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 437b4f2 commit 1995014Copy full SHA for 1995014
.github/workflows/ci.yml
@@ -122,10 +122,10 @@ jobs:
122
verbose: 2
123
- name: Install APT Dependencies
124
run: |
125
- sudo apt-get install -y --no-install-recommends ninja-build ninja-build pipx
126
- # sudo apt-get purge -y gcc g++
127
- # sudo ln -s /usr/bin/gcc-13 /usr/bin/gcc
128
- # sudo ln -s /usr/bin/g++-13 /usr/bin/g++
+ sudo apt-get install -y --no-install-recommends ninja-build ninja-build pipx gcc-14 g++-14
+ sudo apt-get purge -y gcc g++
+ sudo ln -s /usr/bin/gcc-14 /usr/bin/gcc
+ sudo ln -s /usr/bin/g++-14 /usr/bin/g++
129
pipx install meson==0.55.1
130
- name: add ccache to the build path
131
0 commit comments