Skip to content

Commit

Permalink
ci(windows): time out the WebView2 install after 5 minutes
Browse files Browse the repository at this point in the history
It typically takes about 1 minute to run in CI. We don't have any leads
on fixing this issue, and it may be a regression in a recent release of
WebView2. #4935
  • Loading branch information
ReactorScram committed May 13, 2024
1 parent 6735665 commit 88ab38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-tauri/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ runs:
shell: bash
- uses: actions/cache@v4
if: ${{ runner.os == 'Windows' }}
timeout-minutes: 5 # Appears to be an issue with WebView. https://github.com/firezone/firezone/pull/4935
id: cache-webview2-installer
with:
path: WebView2Installer.exe
Expand Down

0 comments on commit 88ab38b

Please sign in to comment.