From 95a247cb1732ff6935fda920964dcee5d2c1fc30 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Wed, 8 Sep 2021 20:13:20 +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 012425a..d96a4ca 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -29,6 +29,7 @@ jobs: setupOnly: true vcpkgGitCommitId: "bcf551b980380fe7f84fa302ad7ef3c184f9bf4f" - run: | + $VCPKG_ROOT/vcpkg integrate install $VCPKG_ROOT/vcpkg install libsodium shell: bash if: matrix.os == 'windows-latest' -- 2.39.5