summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIgor Klemenski <igklemen@microsoft.com>2022-04-06 13:44:27 -0700
committerAzat Khuzhin <azat@libevent.org>2022-04-07 08:27:56 +0300
commit097ff9a433b3a6f21dcfdf84890ac0dc33ad9cb8 (patch)
treefbb3ffb0759115867c59dff637f8eb7d0acf921e /.github
parent66861f8891ef8dee453fb5500376d2e0b6ff8092 (diff)
downloadlibevent-097ff9a433b3a6f21dcfdf84890ac0dc33ad9cb8.tar.gz
Fix windows pipeline (by updating vcpkg version to latest)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 660ff53d..22aed755 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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