Skip to content

Commit 67290d4

Browse files
author
Alexandre Lissy
committed
fix Windows tests
1 parent 61403be commit 67290d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/enterprise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
- name: "unpack firefox build"
351351
id: unpack
352352
run: |
353-
unzip ./obj-*/dist/firefox-*.win64.zip
353+
C:\mozilla-build\bin\unzip.exe ./obj-*/dist/firefox-*.win64.zip
354354
355355
- name: "install python"
356356
run: |
@@ -359,7 +359,7 @@ jobs:
359359
- name: "install deps"
360360
run: |
361361
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
362+
C:\mozilla-build\bin\unzip.exe geckodriver-v0.36.0-win32.zip
363363
. venv_tests/bin/activate
364364
pip3 install -r requirements.txt
365365

0 commit comments

Comments
 (0)