From ff6ce322d87b788d16317f4a8975a175d0589262 Mon Sep 17 00:00:00 2001 From: TheRealJake_12 <84357907+TheRealJake12@users.noreply.github.com> Date: Sat, 2 Dec 2023 22:36:12 -0600 Subject: [PATCH] try now??? --- .github/workflows/linux.yml | 5 ++++- .github/workflows/windows.yml | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b8bfde16..59e02b86 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: @@ -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 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 800fb116..438ef596 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: @@ -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