mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-12-22 14:25:38 +00: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
|
||||
|
||||
- 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
|
||||
run: cargo build --verbose
|
||||
|
|
Loading…
Reference in a new issue