Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing windows prerequisites is slow on github hosted runner #12

Open
bukowa opened this issue Jun 30, 2024 · 0 comments
Open

Installing windows prerequisites is slow on github hosted runner #12

bukowa opened this issue Jun 30, 2024 · 0 comments

Comments

@bukowa
Copy link
Owner

bukowa commented Jun 30, 2024

This takes around 1min:

- name: Install Prerequisites
if: ${{ inputs.os == 'windows-latest' }}
shell: "powershell"
# https://github.com/actions/runner-images/issues/9538
# https://github.com/microsoft/playwright/pull/30009/files
# https://github.com/tauri-apps/wry/issues/1268
# Evergreen Bootstrapper
# The Bootstrapper is a tiny installer that downloads
# the Evergreen Runtime matching device architecture
# and installs it locally.
# https://developer.microsoft.com/en-us/microsoft-edge/webview2/consumer/?form=MA13LH
run: |
Invoke-WebRequest -Uri 'https://go.microsoft.com/fwlink/p/?LinkId=2124703' -OutFile 'setup.exe'
Start-Process -FilePath setup.exe -Verb RunAs -Wait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant