Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 91465b3

Browse files
committed
For fuck sake get on with it Windows.
1 parent aeeade0 commit 91465b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continous-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
vcpkgArguments: '@${{ env.vcpkgResponseFile32 }}'
5555
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
5656
vcpkgGitCommitId: ${{ env.GITCOMMITID }}
57-
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile32) }}
57+
appendedCacheKey: 1
5858
cleanAfterBuild: false
5959
- name: Restore from cache and run vcpkg 64
6060
uses: lukka/run-vcpkg@v3
6161
with:
6262
vcpkgArguments: '@${{ env.vcpkgResponseFile64 }}'
6363
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
6464
vcpkgGitCommitId: ${{ env.GITCOMMITID }}
65-
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile64) }}
65+
appendedCacheKey: 1
6666
cleanAfterBuild: false
6767
- name: Setup MSBuild
6868
uses: warrenbuckley/Setup-MSBuild@v1

0 commit comments

Comments
 (0)