Skip to content

Commit

Permalink
CI: use newer gcc to catch more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Dec 28, 2024
1 parent a5fb695 commit f2b157f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
triplet: x64-windows
- os: ubuntu-latest
triplet: x64-linux
CMAKE_CC: CC=gcc-14
- os: macos-latest
triplet: x64-osx
env:
Expand All @@ -28,7 +29,7 @@ jobs:
- uses: lukka/get-cmake@latest

- name: Configure CMake
run: cmake -S . -B _build ${{ env.CMAKE_OPTIONS }}
run: ${{ matrix.CMAKE_CC }} cmake -S . -B _build ${{ env.CMAKE_OPTIONS }}

- name: Build with CMake
run: cmake --build _build --config Debug --parallel
Expand Down

0 comments on commit f2b157f

Please sign in to comment.