possible fix for vcpkg github actions cache issue

This commit is contained in:
Lion Kortlepel
2021-03-18 22:46:41 +01:00
parent 709ac1dd58
commit c372e63bd1

View File

@@ -22,8 +22,6 @@ jobs:
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '75522bb1f2e7d863078bcd06322348f053a9e33f'
vcpkgTriplet: 'x64-windows-static'
appendedCacheKey: ${{ hashFiles( '**/vcpkg_manifest/vcpkg.json' ) }}
additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build-windows