Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 7, 2024
1 parent b645dab commit 49b4115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ jobs:
opam exec -- where.exe make
echo "-j=$env:NUMBER_OF_PROCESSORS"
echo "-j=$($env:NUMBER_OF_PROCESSORS)"
echo "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 "-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
3 changes: 1 addition & 2 deletions extra/github-actions/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
opam exec -- where.exe make
echo "-j=$env:NUMBER_OF_PROCESSORS"
echo "-j=$($env:NUMBER_OF_PROCESSORS)"
echo "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 "-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 49b4115

Please sign in to comment.