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 74878c3 commit b645dab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
opam exec -- where.exe make
echo "-j=$env:NUMBER_OF_PROCESSORS"
echo "-j=$($env:NUMBER_OF_PROCESSORS)"
echo ${{ 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 haxelib
Expand Down
1 change: 0 additions & 1 deletion extra/github-actions/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
opam exec -- where.exe make
echo "-j=$env:NUMBER_OF_PROCESSORS"
echo "-j=$($env:NUMBER_OF_PROCESSORS)"
echo ${{ 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 haxelib
Expand Down

0 comments on commit b645dab

Please sign in to comment.