Skip to content

Commit

Permalink
mike-lischke#132 Try to fix absent gcc 14
Browse files Browse the repository at this point in the history
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
  • Loading branch information
vityaman committed Jul 28, 2024
1 parent 459a15d commit 3eb9e8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: |
sudo add-apt-repository universe
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install gcc-14 g++-14
sudo apt update
sudo apt install build-essential
sudo apt install gcc-14 g++-14
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
Expand Down

0 comments on commit 3eb9e8e

Please sign in to comment.