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 0261fbd commit 05c5ff9Copy full SHA for 05c5ff9
.github/workflows/build.yml
@@ -212,10 +212,6 @@ jobs:
212
- name: Install GCC 14
213
id: install_gcc
214
run: |
215
- sudo apt-get update
216
- sudo apt-get install -y --no-install-recommends \
217
- software-properties-common
218
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
219
sudo apt-get update
220
sudo apt-get install -y --no-install-recommends \
221
gcc-14 g++-14
0 commit comments