Skip to content

Commit

Permalink
Fix CMakeList check for JSONs
Browse files Browse the repository at this point in the history
  • Loading branch information
VocalFan authored Jan 7, 2023
1 parent cc39579 commit 451a0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: |
/home/runner/work/obliteration/obliteration/build
/home/runner/work/obliteration/obliteration/src/target
key: ${{ runner.os }}-cmake-${{ hashFiles('**/CMakeLists.txt', '**/Cargo.lock', '**/Cargo.toml', '.github/workflows/*.yml') }}
key: ${{ runner.os }}-cmake-${{ hashFiles('**/CMakeLists.*', '**/Cargo.lock', '**/Cargo.toml', '.github/workflows/*.yml') }}
- name: Run CMake
run: cmake --preset linux-release .
- name: Build
Expand Down

0 comments on commit 451a0aa

Please sign in to comment.