We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e2537 commit e6359a2Copy full SHA for e6359a2
.github/workflows/build.yml
@@ -103,6 +103,7 @@ jobs:
103
- name: Downgrade GCC to version 12
104
run: |
105
sudo apt-get install -y gcc-12 g++-12
106
+ sudo apt-get install -y python3-apt
107
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
108
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
109
gcc --version
0 commit comments