Skip to content

Commit

Permalink
WIP check default gcc in Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Dec 28, 2024
1 parent 32e8065 commit f529f74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
triplet: x64-windows
- os: ubuntu-24.04
triplet: x64-linux
CMAKE_CC: CC=gcc-18
- os: macos-latest
triplet: x64-osx
env:
Expand All @@ -32,7 +31,7 @@ jobs:
run: ls /usr/bin/gcc*

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

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

0 comments on commit f529f74

Please sign in to comment.