mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix Windows ESR install
This commit is contained in:
parent
5e23f6af52
commit
48a514e281
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -66,8 +66,8 @@ jobs:
|
|||
- name: Install Firefox ESR (Windows)
|
||||
if: matrix.browser == 'firefoxesr' && matrix.os == 'windows'
|
||||
run: |
|
||||
choco install firefoxesr /InstallDir:"C:\Program Files\Firefox ESR"
|
||||
echo "::add-path::C:\Program Files\Firefox ESR"
|
||||
choco install firefoxesr
|
||||
echo "::add-path::C:\Program Files\Mozilla Firefox"
|
||||
|
||||
- name: Build and test (Firefox)
|
||||
uses: nick-invision/retry@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue