Skip to content

Commit

Permalink
Update restore of NAS2D cache
Browse files Browse the repository at this point in the history
Since we are explicitly saving the cache after the NAS2D build, we should make the restore specifically a restore, and not a fully wrapped restore + save as a post step.
  • Loading branch information
DanRStevens committed Jan 10, 2025
1 parent 7aca9a6 commit a8925b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
find nas2d-core/ -type f -exec touch -d "${commitTime}" '{}' +
- name: Restore NAS2D cache
uses: actions/cache@v4
uses: actions/cache/restore@v4
with:
path: nas2d-core/.build/
key: nas2dCache-${{ runner.os }}-${{ matrix.platform }}-${{ env.nas2dSha }}
Expand Down

0 comments on commit a8925b6

Please sign in to comment.