mirror of https://github.com/fafhrd91/actix-web
fix windows ci
This commit is contained in:
parent
2cbff4904c
commit
7c6bee6f52
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue