From 9684e1ba31f627b7cad3a456e8caa3f86e9e5cb4 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Wed, 8 Sep 2021 20:04:22 +0400 Subject: [PATCH] fix windows --- .github/workflows/bazel-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index df574f4..012425a 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -27,6 +27,7 @@ jobs: if: matrix.os == 'windows-latest' with: setupOnly: true + vcpkgGitCommitId: "bcf551b980380fe7f84fa302ad7ef3c184f9bf4f" - run: | $VCPKG_ROOT/vcpkg install libsodium shell: bash -- 2.39.5