Skip to content

Commit

Permalink
:(
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 22, 2023
1 parent 88cf2b8 commit 59d2e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
run: |
cmake -E make_directory build
cmake -S . -B build \
-CMAKE_CXX_COMPILER=g++-${{ matrix.toolchain.version }}
-CMAKE_C_COMPILER=gcc-${{ matrix.toolchain.version }}
-CMAKE_CXX_COMPILER=g++-${{ matrix.toolchain.version }} \
-CMAKE_C_COMPILER=gcc-${{ matrix.toolchain.version }} \
-DBUILD_TESTS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCI_BUILD=ON \
Expand Down

0 comments on commit 59d2e37

Please sign in to comment.