Skip to content

Commit

Permalink
fixup! ci: Test CMake edge cases
Browse files Browse the repository at this point in the history
Set `CCACHE_COMPILERCHECK` to avoid false cache invalidating.
  • Loading branch information
hebasto committed Mar 14, 2024
1 parent 5e65a38 commit 3777975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ concurrency:
group: ${{ github.workflow }}${{ github.event_name != 'pull_request' && github.run_id || github.ref }}
cancel-in-progress: true

env:
CCACHE_COMPILERCHECK: '%compiler% -v'

jobs:
build-info:
name: 'Test obj/build.h generation'
Expand Down

0 comments on commit 3777975

Please sign in to comment.