Skip to content

Commit d90081e

Browse files
authored
Atualizar o android.yml
1 parent 3fc8f23 commit d90081e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/android.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ jobs:
2323
- name: Install Haxe libraries
2424
run: |
2525
haxelib setup ~/haxelib
26-
haxelib install lime --quiet
27-
haxelib install openfl --quiet
28-
haxelib install flixel --quiet
29-
haxelib install flixel-addons --quiet
30-
haxelib install flixel-ui --quiet
31-
haxelib install hscript --quiet
32-
haxelib install actuate --quiet
26+
haxelib install lime 7.9.0 --quiet
27+
haxelib install openfl 9.1.0 --quiet
28+
haxelib install flixel 4.11.0 --quiet
29+
haxelib install flixel-addons 2.11.0 --quiet
30+
haxelib install flixel-ui 2.4.0 --quiet
31+
haxelib install hscript 2.5.0 --quiet
32+
haxelib install actuate 1.9.0 --quiet
33+
haxelib git polymod https://github.com/MasterEric/polymod.git --quiet
3334
haxelib run lime setup
3435
3536
- uses: android-actions/setup-android@v3

0 commit comments

Comments
 (0)