Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 7, 2024
1 parent cfad9e8 commit a873695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a873695

Please sign in to comment.