Skip to content

Commit a77b8ab

Browse files
committed
Fix vcpkg cache for Windows build
1 parent 645c5d1 commit a77b8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
vcpkg/downloads
8080
vcpkg/buildtrees
8181
vcpkg/packages
82-
build/Release/vcpkg_installed
82+
build/vcpkg_installed
8383
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json', 'vcpkg-configuration.json') }}
8484
restore-keys: |
8585
${{ runner.os }}-vcpkg-

0 commit comments

Comments
 (0)