Skip to content

Commit

Permalink
Bump gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimpostor committed Nov 23, 2024
1 parent 4b9ad4d commit 5f835e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install -y libseccomp-dev && sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get -y install gcc-13 && sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 30
run: sudo apt install -y libseccomp-dev && sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get -y install gcc-14 && sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 30
- name: Configure the project
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug
- name: Build the project
Expand Down

0 comments on commit 5f835e0

Please sign in to comment.