Skip to content

Commit

Permalink
modified cache
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Sep 5, 2024
1 parent d810f26 commit e9af3f2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Cache CMake files
uses: actions/cache@v3
with:
path: |
build/CMakeFiles
build/CMakeCache.txt
build/compile_commands.json
key: ${{ runner.os }}-cmake-build-${{ github.sha }}
restore-keys: |
${{ runner.os }}-cmake-build-
#- name: Cache CMake files
# uses: actions/cache@v3
# with:
# path: |
# build/CMakeFiles
# build/CMakeCache.txt
# build/compile_commands.json
# key: ${{ runner.os }}-cmake-build-${{ github.sha }}
# restore-keys: |
# ${{ runner.os }}-cmake-build-

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit e9af3f2

Please sign in to comment.