Skip to content

Commit 48841f1

Browse files
committed
feat: Update vcpkg action
1 parent 2f0d081 commit 48841f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
move gettext\bin\* C:\Windows\System32
4343
choco install innosetup
4444
- name: "Vcpkg"
45-
uses: johnwason/vcpkg-action@v6
45+
uses: johnwason/vcpkg-action@v7
4646
id: vcpkg
4747
with:
4848
pkgs: libnick
4949
triplet: ${{ matrix.variant.triplet }}
5050
revision: 3c81ed09705008f13bf76f39853507bef51f71a1
5151
token: ${{ github.token }}
52-
github-binarycache: true
52+
cache-key: ${{ matrix.variant.triplet }}
5353
- name: "Build (Installer)"
5454
working-directory: ${{ github.workspace }}/build
5555
run: |

0 commit comments

Comments
 (0)