From 87a1564c0aa089133f32c31df7fddc568425f95b Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 18 Mar 2021 23:37:18 +0100 Subject: [PATCH] actions: also apply vcpkg fix for release-build action --- .github/workflows/release-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 11b42eb..6e612c6 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -83,8 +83,6 @@ jobs: vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' vcpkgGitCommitId: '30124253eecff36bc90f73341edbfb4f845e2a1e' 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