This commit is contained in:
daniel11420 2021-04-06 03:26:13 +00:00 committed by GitHub
parent 891e1aac07
commit bc2b41c584

View File

@ -7,7 +7,7 @@ environment:
install: install:
- sudo add-apt-repository ppa:haxe/releases -y - sudo add-apt-repository ppa:haxe/releases -y
- sudo apt-get update - sudo apt-get update
- sudo apt-get install haxe -y - sudo apt-get install haxe-4.1.5 -y
- mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT - mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT
- haxelib install lime 7.9.0 - haxelib install lime 7.9.0
- haxelib install openfl - haxelib install openfl