Skip to content

Commit

Permalink
cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadingo committed Jan 6, 2025
1 parent ce78bca commit 09080b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-golang-rust-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
id: cache-icicle-restore
uses: actions/cache/restore@v4
with:
path: ${{steps.exists-flag.outputs.INSTALL_PATH}}
path: /tmp/ci_cache
key: icicle-builds-curve-${{ matrix.curve.name }}-${{ steps.extract-cuda-sha.outputs.cuda-backend-sha }}-${{ steps.os-version.outputs.OS_VERSION }}


Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
id: cache-icicle-save
uses: actions/cache/save@v4
with:
path: ${{ steps.cuda-flag.outputs.INSTALL_PATH }}/*
path: /tmp/ci_cache
key: icicle-builds-curve-${{ matrix.curve.name }}-${{ steps.extract-cuda-sha.outputs.cuda-backend-sha }}-${{ steps.os-version.outputs.OS_VERSION }}

- name: Run RUST Curve Tests
Expand Down

0 comments on commit 09080b9

Please sign in to comment.