Skip to content

Commit

Permalink
gh-actions: x86 upgrade to GCC-14
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 3, 2025
1 parent 437b4f2 commit 1995014
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:
verbose: 2
- name: Install APT Dependencies
run: |
sudo apt-get install -y --no-install-recommends ninja-build ninja-build pipx
# sudo apt-get purge -y gcc g++
# sudo ln -s /usr/bin/gcc-13 /usr/bin/gcc
# 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++
pipx install meson==0.55.1
- name: add ccache to the build path
run: |
Expand Down

0 comments on commit 1995014

Please sign in to comment.