Skip to content

Commit

Permalink
Fix windows pipeline (by updating vcpkg version to latest)
Browse files Browse the repository at this point in the history
The Windows CI is failing at the prepare vcpkg step while installing zlib
Changing the vcpkg commit hash to point to latest release
https://github.com/microsoft/vcpkg/releases/tag/2022.03.10 as opposed to
sometime in 2019 to see if that fixes it.
  • Loading branch information
Igor Klemenski authored and azat committed Apr 7, 2022
1 parent 66861f8 commit 097ff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
vcpkgArguments: zlib:x64-windows openssl:x64-windows mbedtls:x64-windows
vcpkgDirectory: ${{ runner.workspace }}/vcpkg/
vcpkgTriplet: x64-windows
vcpkgGitCommitId: 7bc5b8cdfaf35329c1520b2af8d368e2b1cb78e6
vcpkgGitCommitId: af2287382b1991dbdcb7e5112d236f3323b9dd7a

- name: Build
shell: powershell
Expand Down

0 comments on commit 097ff9a

Please sign in to comment.