mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-25 17:15:38 +01:00
fix(CI): fix Windows CI
This commit is contained in:
parent
2120abf299
commit
679312f101
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
@ -49,5 +49,10 @@ jobs:
|
|||||||
- run: npm install -g yarn
|
- run: npm install -g yarn
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Download Webview2
|
||||||
|
run: Invoke-WebRequest -Uri 'https://go.microsoft.com/fwlink/p/?LinkId=2124703' -OutFile 'MicrosoftEdgeWebview2Setup.exe'
|
||||||
|
if: runner.os == 'Windows'
|
||||||
|
shell: pwsh
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user