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 6d2943c commit fbe2f48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
Set-PSDebug -Trace 1
echo $env:NUMBER_OF_PROCESSORS
opam exec -- where.exe make
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
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 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
4 changes: 2 additions & 2 deletions extra/github-actions/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
Set-PSDebug -Trace 1
echo $env:NUMBER_OF_PROCESSORS
opam exec -- where.exe make
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
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 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 fbe2f48

Please sign in to comment.