We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed08b2d commit d4a64ddCopy full SHA for d4a64dd
1 file changed
.github/workflows/linux-ci.yml
@@ -17,8 +17,8 @@ jobs:
17
run: |
18
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
19
sudo apt-get update -qq
20
- sudo apt-get install -y gcc-7 g++-7
21
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 70 --slave /usr/bin/g++ g++ /usr/bin/g++-7
+ sudo apt-get install -y gcc-11 g++-11
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 70 --slave /usr/bin/g++ g++ /usr/bin/g++-11
22
sudo apt-get install -y tcl8.6-dev
23
- name: make
24
run: make
0 commit comments