Skip to content

Commit

Permalink
fix: update vcpkg commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Jun 28, 2023
1 parent 808d04c commit 6cf15e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
id: vcpkg
uses: friendlyanon/setup-vcpkg@v1
with:
committish: "217194cea7e3491c14779c763beec50b6a4575d6"
cache-version: "1"
committish: "2023.06.20"
cache-version: "2"
ignore-reserve-cache-error: true
- name: Install dependencies
run: cd vcpkg && vcpkg integrate install && vcpkg install leptonica tesseract ffmpeg --triplet x64-windows-static
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
id: vcpkg
uses: friendlyanon/setup-vcpkg@v1
with:
committish: "217194cea7e3491c14779c763beec50b6a4575d6"
cache-version: "1"
committish: "2023.06.20"
cache-version: "2"
ignore-reserve-cache-error: true
- name: Install dependencies
run: cd vcpkg && vcpkg integrate install && vcpkg install leptonica tesseract ffmpeg --triplet x64-windows-static
Expand Down

0 comments on commit 6cf15e4

Please sign in to comment.