File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 34
34
sudo apt-get update
35
35
sudo apt-get install -y libxkbcommon-x11-0
36
36
shell : bash
37
+ - name : Install GCC11
38
+ shell : bash
39
+ run : |
40
+ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
41
+ sudo apt update
42
+ sudo apt install gcc-11 g++-11
43
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
37
44
# # Install Qt
38
45
- if : contains(matrix.arch, 'amd64')
39
46
name : Install Qt (Ubuntu)
Original file line number Diff line number Diff line change 35
35
sudo apt-get update
36
36
sudo apt-get install -y libxkbcommon-x11-0
37
37
shell : bash
38
+ - name : Install GCC11
39
+ shell : bash
40
+ run : |
41
+ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
42
+ sudo apt update
43
+ sudo apt install gcc-11 g++-11
44
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
38
45
- name : Get version
39
46
run : |
40
47
version=$(LC_ALL=en_US.utf8 grep -oP 'project\([^)]*\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' CMakeLists.txt)
You can’t perform that action at this time.
0 commit comments