Skip to content

Commit

Permalink
thats crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Apr 10, 2024
1 parent d0ddde4 commit 1ca2caf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.2.5
haxe-version: latest
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.2.5
haxe-version: latest
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.2.5
haxe-version: latest
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
Expand Down
4 changes: 2 additions & 2 deletions art/Building/linux/64bit/release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
color 0a
cd ../../../../
echo BUILDING GAME
haxelib run lime build windows -release
haxelib run lime build Project.xml linux -release
echo.
echo done.
pause
pwd
explorer.exe export\release\windows\bin
explorer.exe export\release\linux\bin
2 changes: 1 addition & 1 deletion hmm.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"name": "hxCodec",
"type": "haxelib",
"version": "2.5.1"
"version": null
},
{
"name": "hscript",
Expand Down

0 comments on commit 1ca2caf

Please sign in to comment.