Skip to content

Commit

Permalink
cancel cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cheniujh committed Nov 5, 2024
1 parent 67b9148 commit 39e5f22
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ jobs:
run: |
source /opt/rh/devtoolset-10/enable
cmake -B build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DUSE_PIKA_TOOLS=ON -DCMAKE_CXX_FLAGS_DEBUG=-fsanitize=address
- uses: actions/cache@v1
with:
path: ${{ github.workspace }}/deps
key: ${{ runner.os }}-centos-deps-${{ hashFiles('**/CMakeLists.txt') }}

- uses: actions/cache@v1
with:
path: ${{ github.workspace }}/buildtrees
key: ${{ runner.os }}-centos-buildtrees-${{ hashFiles('**/CMakeLists.txt') }}
# - uses: actions/cache@v1
# with:
# path: ${{ github.workspace }}/deps
# key: ${{ runner.os }}-centos-deps-${{ hashFiles('**/CMakeLists.txt') }}
#
# - uses: actions/cache@v1
# with:
# path: ${{ github.workspace }}/buildtrees
# key: ${{ runner.os }}-centos-buildtrees-${{ hashFiles('**/CMakeLists.txt') }}

- name: Build
run: |
Expand Down

0 comments on commit 39e5f22

Please sign in to comment.