Skip to content

Commit

Permalink
Added compiler name to cache creating command
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Jan 18, 2024
1 parent 6c0ac13 commit ff6d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
CC: ${{ matrix.config.cc }}
CXX: ${{ matrix.config.cxx }}
run: |
cmake -S . -B cmake-build
cmake -S . -B cmake-build -DCMAKE_CXX_COMPILER={CXX} -DCMAKE_C_COMPILER={CC}
- name: Build main target
run: |
Expand Down

0 comments on commit ff6d3ed

Please sign in to comment.