fix windows ci

This commit is contained in:
Rob Ede 2021-02-12 09:13:43 +00:00
parent 2cbff4904c
commit 7c6bee6f52
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
# key: ${{ runner.os }}-vcpkg-cache # key: ${{ runner.os }}-vcpkg-cache
- name: Install Native Dependencies (Windows) - name: Install Native Dependencies (Windows)
if: matrix.os.name == 'Windows' if: matrix.target.os == 'windows-latest'
run: | run: |
curl -fsS -o vcpkg.7z https://rocket.rs/static/vcpkg-2019-07-05.7z curl -fsS -o vcpkg.7z https://rocket.rs/static/vcpkg-2019-07-05.7z
7z x vcpkg.7z -y -bb0 7z x vcpkg.7z -y -bb0