Update appveyor-macos.yml

This commit is contained in:
Puyo 2021-05-04 08:22:58 +02:00 committed by GitHub
parent 30d8c82b30
commit 6110b044ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ install:
- cd /Users/appveyor
- brew install neko
- brew install gnu-tar
- brew install wget
- wget "https://github.com/HaxeFoundation/haxe/releases/download/4.1.5/haxe-4.1.5-osx.tar.gz"
- mkdir $HAXE_INSTALLDIR
- tar -xf haxe-4.1.5-osx.tar.gz -C $HAXE_INSTALLDIR