Skip to content

Commit e6e96dc

Browse files
authored
Actions fix (#123)
* new actions (for windows only) * Update linux.yml * Update macos.yml * bruh * bruh #2 * bruh #3 * oops
1 parent 52b2299 commit e6e96dc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache-build-linux
2828
- name: Installing/Updating libraries
2929
run: |
30-
haxe -cp ./update -D analyzer-optimize -main Update --interp
30+
haxe -cp commandline -D analyzer-optimize --run Main setup
3131
- name: Building the game
3232
run: |
3333
haxelib run lime build linux
@@ -70,4 +70,4 @@ jobs:
7070
export/release/linux/haxe/
7171
export/release/linux/obj/
7272
restore-keys: |
73-
cache-build-linux
73+
cache-build-linux

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache-build-mac
2828
- name: Installing/Updating libraries
2929
run: |
30-
haxe -cp ./update -D analyzer-optimize -main Update --interp
30+
haxe -cp commandline -D analyzer-optimize --run Main setup
3131
- name: Building the game
3232
run: |
3333
haxelib run lime build mac
@@ -70,4 +70,4 @@ jobs:
7070
export/release/macos/haxe/
7171
export/release/macos/obj/
7272
restore-keys: |
73-
cache-build-mac
73+
cache-build-mac

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache-build-windows
2828
- name: Installing/Updating libraries
2929
run: |
30-
haxe -cp ./update -D analyzer-optimize -main Update --interp
30+
haxe -cp commandline -D analyzer-optimize --run Main setup
3131
- name: Building the game
3232
run: |
3333
haxelib run lime build windows
@@ -70,4 +70,4 @@ jobs:
7070
export/release/windows/haxe/
7171
export/release/windows/obj/
7272
restore-keys: |
73-
cache-build-windows
73+
cache-build-windows

0 commit comments

Comments
 (0)