Skip to content

Commit

Permalink
GH Actions: Use GCC 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed Apr 22, 2024
1 parent 212b6bf commit 2c16350
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{github.workspace}}/build
env:
CC: gcc-12
CXX: g++-12
run: >
cmake $GITHUB_WORKSPACE
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
Expand Down

0 comments on commit 2c16350

Please sign in to comment.