Updated config.yml

This commit is contained in:
RandomityGuy 2022-12-17 00:14:56 +05:30 committed by Kayden Tebau
parent cc47bcddc8
commit 6573e06bd8
No known key found for this signature in database
GPG key ID: 933A1F44222C2634

View file

@ -20,7 +20,7 @@ jobs:
curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o /tmp/haxe.tar.gz
tar xzvf /tmp/haxe.tar.gz -C /tmp/haxe --strip-components=1
export PATH=/tmp/haxe/:"$PATH"
export HAXE_STD_PATH=/tmp/haxe/std"
export HAXE_STD_PATH=/tmp/haxe/std
/tmp/haxe/haxe --version
brew install cmake
brew install libpthread-stubs