From a873695e02e31951088eeee79202de7ec033d4c3 Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Sat, 7 Dec 2024 21:13:32 +0000 Subject: [PATCH] t --- .github/workflows/main.yml | 2 +- extra/github-actions/build-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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