We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61403be commit 67290d4Copy full SHA for 67290d4
.github/workflows/enterprise.yml
@@ -350,7 +350,7 @@ jobs:
350
- name: "unpack firefox build"
351
id: unpack
352
run: |
353
- unzip ./obj-*/dist/firefox-*.win64.zip
+ C:\mozilla-build\bin\unzip.exe ./obj-*/dist/firefox-*.win64.zip
354
355
- name: "install python"
356
@@ -359,7 +359,7 @@ jobs:
359
- name: "install deps"
360
361
curl -sSL https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-win32.zip
362
- unzip geckodriver-v0.36.0-win32.zip
+ C:\mozilla-build\bin\unzip.exe geckodriver-v0.36.0-win32.zip
363
. venv_tests/bin/activate
364
pip3 install -r requirements.txt
365
0 commit comments