Skip to content

Commit 59db329

Browse files
Merge pull request #217 from Distributive-Network/Xmader/fix/wget-windows
ci: fix MozillaBuild
2 parents 8eded5c + 68a31ee commit 59db329

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
powershell -command 'Start-Process -Wait -FilePath "./MozillaBuildSetup-Latest.exe" -ArgumentList "/S"'
7878
- name: Build spidermonkey in MozillaBuild environment
7979
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
80+
env:
81+
# Preserve MozillaBuild v4.0.x behaviour
82+
# see https://groups.google.com/u/1/a/mozilla.org/g/dev-platform/c/hF51Q3j6ca8
83+
USE_MINTTY: 0
8084
run: /c/mozilla-build/start-shell.bat -use-full-path -here ./setup.sh
8185
build-and-test:
8286
needs: [build-spidermonkey-unix, build-spidermonkey-win]

0 commit comments

Comments
 (0)