Skip to content

Commit

Permalink
try now???
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealJake12 committed Dec 3, 2023
1 parent 7e9fff3 commit ff6ce32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setting up Haxe
uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.2
haxe-version: 4.3.3
- name: Restore existing build cache for faster compilation
uses: actions/cache@v3
with:
Expand All @@ -36,6 +36,9 @@ jobs:
- name: Installing/Updating libraries
run: |
haxe -cp ./update -D analyzer-optimize -main Update --interp
- name: Skip SScript setup mode
run: |
echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
- name: Building the game
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setting up Haxe
uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.2
haxe-version: 4.3.3
- name: Restore existing build cache for faster compilation
uses: actions/cache@v3
with:
Expand All @@ -27,9 +27,9 @@ jobs:
- name: Installing/Updating libraries
run: |
haxe -cp ./update -D analyzer-optimize -main Update --interp
- name: Skip SScript setup mode
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> %USERPROFILE%/settings.cocoa
shell: cmd
shell: cmd
- name: Building the game
run: |
haxelib run lime build windows
Expand Down

0 comments on commit ff6ce32

Please sign in to comment.