Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 77064ea

Browse files
authored
Update main.yml
1 parent 8bafd82 commit 77064ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
haxelib setup ~/haxelib
7878
haxelib install hxcpp --quiet
7979
haxelib install lime --quiet
80-
haxelib install openfl --quiet || true
80+
haxelib install openfl --quiet
8181
chmod +x ./setup/unix.sh
8282
./setup/unix.sh
8383
- run: haxelib run lime build Project.xml linux --app-version="$(cat VERSION)" "$ARGS"
@@ -195,7 +195,7 @@ jobs:
195195
haxelib install openfl --quiet || true
196196
chmod +x ./setup/unix.sh
197197
./setup/unix.sh
198-
openfl setup android
198+
haxelib run openfl setup android
199199
flixel-tools setup android
200200
haxelib run lime setup android
201201
- run: lime setup android
@@ -230,10 +230,10 @@ jobs:
230230
haxelib setup ~/haxelib
231231
haxelib install hxcpp --quiet
232232
haxelib install lime --quiet
233-
haxelib install openfl --quiet || true
233+
haxelib install openfl --quiet
234234
chmod +x ./setup/unix.sh
235235
./setup/unix.sh
236-
openfl setup ios
236+
haxelib run openfl setup ios
237237
flixel-tools setup ios
238238
haxelib run lime setup ios
239239
- run: haxelib run lime build ios --app-version="$(cat VERSION)" "$ARGS"

0 commit comments

Comments
 (0)