]> granicus.if.org Git - libevent/commitdiff
Fix windows pipeline (by updating vcpkg version to latest)
authorIgor Klemenski <igklemen@microsoft.com>
Wed, 6 Apr 2022 20:44:27 +0000 (13:44 -0700)
committerAzat Khuzhin <azat@libevent.org>
Thu, 7 Apr 2022 05:27:56 +0000 (08:27 +0300)
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.

.github/workflows/windows.yml

index 660ff53db367ee4aa6b16c4a3453f9851ea8e751..22aed75515e9fce6288a434d04ad901a688a5feb 100644 (file)
@@ -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