diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 608a9a69675..d739e58135b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,7 @@ jobs: # can't figure out how to pass the number of cores here :/ echo exec -- make "-j=$env:NUMBER_OF_PROCESSORS" echo "exec -- make -j=$env:NUMBER_OF_PROCESSORS" - opam exec -- make -s -f Makefile.win -j="$env:NUMBER_OF_PROCESSORS" haxe + opam exec -- make -s -f Makefile.win -j "$env:NUMBER_OF_PROCESSORS" haxe opam exec -- make -s -f Makefile.win haxelib opam exec -- make -f Makefile.win echo_package_files package_bin package_installer_win package_choco ${{ env.CYG_ROOT }}/bin/cygcheck ./haxe.exe diff --git a/extra/github-actions/build-windows.yml b/extra/github-actions/build-windows.yml index 8b6db33a152..e54f81b0db8 100644 --- a/extra/github-actions/build-windows.yml +++ b/extra/github-actions/build-windows.yml @@ -23,7 +23,7 @@ # can't figure out how to pass the number of cores here :/ echo exec -- make "-j=$env:NUMBER_OF_PROCESSORS" echo "exec -- make -j=$env:NUMBER_OF_PROCESSORS" - opam exec -- make -s -f Makefile.win -j="$env:NUMBER_OF_PROCESSORS" haxe + opam exec -- make -s -f Makefile.win -j "$env:NUMBER_OF_PROCESSORS" haxe opam exec -- make -s -f Makefile.win haxelib opam exec -- make -f Makefile.win echo_package_files package_bin package_installer_win package_choco ${{ env.CYG_ROOT }}/bin/cygcheck ./haxe.exe