Update appveyor.yml

This commit is contained in:
daniel11420 2021-04-06 03:12:00 +02:00 committed by GitHub
parent a46370820d
commit 22394a3008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ install:
- mkdir "%HAXELIB_ROOT%" - mkdir "%HAXELIB_ROOT%"
- haxelib setup "%HAXELIB_ROOT%" - haxelib setup "%HAXELIB_ROOT%"
# Install project dependencies # Install project dependencies
- haxelib install lime 7.8.0 - haxelib install lime 7.9.0
- haxelib install openfl - haxelib install openfl
- haxelib install flixel - haxelib install flixel
- haxelib run lime setup flixel - haxelib run lime setup flixel