Skip to content

Commit

Permalink
fix removed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkdev committed Dec 3, 2024
1 parent e132f54 commit 437b9b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
- name: Set gcc
run: |
# Temporary until gcc-14 is officialy released and available on the runner
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ noble main universe"
sudo apt update
sudo apt install gcc-14 g++-14
echo "CC=gcc-14" >> $GITHUB_ENV
echo "CXX=g++-14" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 437b9b5

Please sign in to comment.