Skip to content

Commit

Permalink
Remove GCC 14
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 14, 2024
1 parent f8e8fe8 commit f0fddab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
uses: actions/[email protected]
- name: Install build dependencies
run: tools/debian_buildenv.sh setup
- name: "Remove GCC 14 from runner image (workaround)"
shell: bash
run: |
sudo apt-get remove -y gcc-14
sudo apt-get autoremove -y
- name: Create build directory
run: mkdir build
- name: Configure (clazy)
Expand Down

0 comments on commit f0fddab

Please sign in to comment.