We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0d081 commit 48841f1Copy full SHA for 48841f1
1 file changed
.github/workflows/windows.yml
@@ -42,14 +42,14 @@ jobs:
42
move gettext\bin\* C:\Windows\System32
43
choco install innosetup
44
- name: "Vcpkg"
45
- uses: johnwason/vcpkg-action@v6
+ uses: johnwason/vcpkg-action@v7
46
id: vcpkg
47
with:
48
pkgs: libnick
49
triplet: ${{ matrix.variant.triplet }}
50
revision: 3c81ed09705008f13bf76f39853507bef51f71a1
51
token: ${{ github.token }}
52
- github-binarycache: true
+ cache-key: ${{ matrix.variant.triplet }}
53
- name: "Build (Installer)"
54
working-directory: ${{ github.workspace }}/build
55
run: |
0 commit comments