This repository was archived by the owner on Dec 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments