Fix Windows ESR install

This commit is contained in:
Oliver Blanthorn 2020-06-21 13:33:21 +01:00
parent 5e23f6af52
commit 48a514e281
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -66,8 +66,8 @@ jobs:
- name: Install Firefox ESR (Windows) - name: Install Firefox ESR (Windows)
if: matrix.browser == 'firefoxesr' && matrix.os == 'windows' if: matrix.browser == 'firefoxesr' && matrix.os == 'windows'
run: | run: |
choco install firefoxesr /InstallDir:"C:\Program Files\Firefox ESR" choco install firefoxesr
echo "::add-path::C:\Program Files\Firefox ESR" echo "::add-path::C:\Program Files\Mozilla Firefox"
- name: Build and test (Firefox) - name: Build and test (Firefox)
uses: nick-invision/retry@v1 uses: nick-invision/retry@v1