Skip to content

Commit

Permalink
remove temporary restore-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Mar 29, 2022
1 parent ed6607d commit e746c2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CompileWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,13 @@ jobs:
with:
path: ${{ env.AUTOBUILD_INSTALLABLE_CACHE }}
key: ${{ runner.os }}-downloads-${{ hashFiles('autobuild.xml.sorted.txt') }}-${{ env.VIEWER_CHANNEL }}
restore-keys: Windows-downloads-cf779b9b86aceaf3eee860b0c6ffcce1176785053eb05075ed95b8d867963c07-FirestormVR-GHA

- name: cache -- buildir packages
id: cached-buildir-packages
uses: actions/cache@v2
with:
path: c:\cache\packages
key: ${{ runner.os }}-buildir-packages-${{ hashFiles('autobuild.xml.sorted.txt') }}-${{ env.VIEWER_CHANNEL }}
restore-keys: Windows-buildir-packages-cf779b9b86aceaf3eee860b0c6ffcce1176785053eb05075ed95b8d867963c07-FirestormVR-GHA

- name: Reset cached packages sentinels
# if: steps.cached-buildir-packages.outputs.cache-hit == 'true'
Expand Down

0 comments on commit e746c2f

Please sign in to comment.