Skip to content

Commit

Permalink
wait..
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeMaru committed Apr 16, 2024
1 parent 2ca24fc commit 72d5cf0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install & Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.3
haxe-version: 4.3.4

- name: Install Libraries
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
haxelib set hxcpp git
- name: Build
run: haxelib run lime build windows -D analyzer-optimize no-deprecation-warnings
run: haxelib run lime build windows -D analyzer-optimize

- name: Upload Artifact
uses: actions/upload-artifact@main
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Install & Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.3
haxe-version: 4.3.4

- name: Install Libraries
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
haxelib set hxcpp git
- name: Build
run: haxelib run lime build linux -D analyzer-optimize no-deprecation-warnings
run: haxelib run lime build linux -D analyzer-optimize

- name: Upload Artifact
uses: actions/upload-artifact@main
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Install & Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.3
haxe-version: 4.3.4

- name: Setup Android NDK
id: setup-ndk
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}

- name: Build
run: haxelib run lime build android -D analyzer-optimize no-deprecation-warnings
run: haxelib run lime build android -D analyzer-optimize

- name: Upload Artifact
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 72d5cf0

Please sign in to comment.