diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-08 20:00:45 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-08 20:00:45 +0400 |
| commit | adeda59459d0246d2dcde7bfd48eff18fc4498f8 (patch) | |
| tree | aa34d540dfeba2066eb29ad0a0e7f8fc6272db3c | |
| parent | 10840c5d6971111ce5b048fff16b4d55370c1e2b (diff) | |
fix windows
| -rw-r--r-- | .github/workflows/bazel-build.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 6f1c561..49ba14d 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -23,6 +23,13 @@ jobs: - uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-latest'
+ - uses: lukka/run-vcpkg@v7
+ if: matrix.os == 'windows-latest'
+ - run: |
+ $VCPKG_ROOT/vcpkg install libsodium
+ shell: bash
+ if: matrix.os == 'windows-latest'
+
- uses: docker-practice/actions-setup-docker@master
if: matrix.os == 'ubuntu-latest'
- uses: docker/login-action@v1
|
