Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Oct 28, 2024
1 parent 4b3772a commit 4d90a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aste_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: cache-vtk
uses: actions/cache@v4
with:
key: ${{ os.runner }}-aste-vtk
key: ${{ runner.os }}-aste-vtk
path: |
/usr/local/include/vtk-*/
/usr/local/lib/libvtk*
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/cache@v4
with:
fail-on-cache-miss: true
key: ${{ os.runner }}-aste-vtk
key: ${{ runner.os }}-aste-vtk
path: |
/usr/local/include/vtk-*/
/usr/local/lib/libvtk*
Expand Down

0 comments on commit 4d90a2d

Please sign in to comment.