diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-08 20:02:28 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-08 20:02:28 +0400 |
| commit | a2cf8cdaf36711b9afe00b789c13f38c8c30f940 (patch) | |
| tree | b1b30295456f6dc06957abdc730925186c04e919 | |
| parent | adeda59459d0246d2dcde7bfd48eff18fc4498f8 (diff) | |
fix windows
| -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
|
