Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
0-Sacha committed Dec 1, 2024
1 parent 7d4684c commit 761ed2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/StreamFormat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
key: bazel
- name: Install Gcc 14
run: |
sudo add-apt-repository universe
sudo apt install software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt install gcc-13
sudo apt install gcc-14
- name: Version
run: gcc-14 --version
Expand Down

0 comments on commit 761ed2c

Please sign in to comment.