diff options
| -rw-r--r-- | .github/workflows/bazel-build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 49ba14d..df574f4 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -25,6 +25,8 @@ jobs: if: matrix.os == 'windows-latest'
- uses: lukka/run-vcpkg@v7
if: matrix.os == 'windows-latest'
+ with:
+ setupOnly: true
- run: |
$VCPKG_ROOT/vcpkg install libsodium
shell: bash
|
