We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eded5c + 68a31ee commit 59db329Copy full SHA for 59db329
.github/workflows/test-and-publish.yaml
@@ -77,6 +77,10 @@ jobs:
77
powershell -command 'Start-Process -Wait -FilePath "./MozillaBuildSetup-Latest.exe" -ArgumentList "/S"'
78
- name: Build spidermonkey in MozillaBuild environment
79
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
84
run: /c/mozilla-build/start-shell.bat -use-full-path -here ./setup.sh
85
build-and-test:
86
needs: [build-spidermonkey-unix, build-spidermonkey-win]
0 commit comments