diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 3f48f63..d1e5f6d 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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