Skip to content

Commit

Permalink
Use latest gcc
Browse files Browse the repository at this point in the history
This is needed for C23.
  • Loading branch information
vimpostor committed Jan 16, 2024
1 parent 8bd52bf commit 6633cba
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
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
- name: Configure the project
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug
- name: Build the project
Expand Down

0 comments on commit 6633cba

Please sign in to comment.