fix(CI): fix Windows CI

This commit is contained in:
liushuyu 2021-10-15 23:29:08 -06:00
parent 2120abf299
commit 679312f101
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -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