From 2b4eab122d80c3129175fc35cd370a7f58dde595 Mon Sep 17 00:00:00 2001 From: Doggo <115869532+doggogit@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:15:49 +0200 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b13fc6eb..46030ff6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,7 @@ jobs: - name: Install Libraries run: | + haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet && haxelib run lime rebuild hxcpp haxe -cp ./actions -D analyzer-optimize -main Main --interp - name: Build @@ -55,6 +56,7 @@ jobs: - name: Install Libraries run: | + haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet && haxelib run lime rebuild hxcpp haxe -cp ./actions -D analyzer-optimize -main Main --interp - name: Build @@ -95,6 +97,7 @@ jobs: - name: Install Libraries run: | + haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet && haxelib run lime rebuild hxcpp haxe -cp ./actions -D analyzer-optimize -main Main --interp - name: Configure Android @@ -115,4 +118,4 @@ jobs: with: name: Maru-Funkin-Android path: export/release/android/bin/app/build/outputs/apk/debug - if-no-files-found: error \ No newline at end of file + if-no-files-found: error From 0d27c258aa99428b3983f35b54c2965457ec0b8b Mon Sep 17 00:00:00 2001 From: Doggo <115869532+doggogit@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:19:43 +0200 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46030ff6..1a6807d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,10 @@ jobs: - name: Install Libraries run: | - haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet && haxelib run lime rebuild hxcpp haxe -cp ./actions -D analyzer-optimize -main Main --interp + haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet + haxelib run lime rebuild hxcpp + haxelib set hxcpp git - name: Build run: haxelib run lime build windows -D analyzer-optimize @@ -56,8 +58,10 @@ jobs: - name: Install Libraries run: | - haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet && haxelib run lime rebuild hxcpp haxe -cp ./actions -D analyzer-optimize -main Main --interp + haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet + haxelib run lime rebuild hxcpp + haxelib set hxcpp git - name: Build run: haxelib run lime build linux -D analyzer-optimize @@ -97,8 +101,10 @@ jobs: - name: Install Libraries run: | - haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet && haxelib run lime rebuild hxcpp haxe -cp ./actions -D analyzer-optimize -main Main --interp + haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet + haxelib run lime rebuild hxcpp + haxelib set hxcpp git - name: Configure Android run: |