Update appveyor.yml

This commit is contained in:
daniel11420 2021-04-06 02:36:04 +02:00 committed by GitHub
parent 5f5c8fea33
commit d37e4efcf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,6 @@ install:
# Setup haxelib
- mkdir "%HAXELIB_ROOT%"
- haxelib setup "%HAXELIB_ROOT%"
# Download and setup a standalone flash player debugger
- haxe flash/install.hxml
# Install project dependencies
# `> log.txt || type log.txt` is for muting the output unless there is an error
- haxelib install lime 7.8.0 > log.txt || type log.txt && cmd /C exit 1