mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
Updated config.yml
This commit is contained in:
parent
4dd119afbc
commit
fba2baac60
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
download_url="https://github.com/HaxeFoundation/haxe/releases/download/4.2.5/haxe-4.2.5-osx.tar.gz"
|
||||
echo "Downloading [$download_url]..."
|
||||
mkdir /tmp/haxe
|
||||
curl -LJO "$download_url" -o /tmp/haxe.tar.gz
|
||||
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
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
haxelib install hlsdl
|
||||
haxelib git heaps https://github.com/RandomityGuy/heaps
|
||||
git clone https://github.com/RandomityGuy/hashlink
|
||||
curl -LJO https://github.com/RandomityGuy/hashlink/releases/download/latest/hashlink-69bf6d7-darwin.tar.gz
|
||||
curl -fsSL --retry 3 --retry-delay 5 https://github.com/RandomityGuy/hashlink/releases/download/latest/hashlink-69bf6d7-darwin.tar.gz
|
||||
tar -xvzf hashlink-69bf6d7-darwin.tar.gz
|
||||
cp -rf hashlink/libs/sdl/* ~/haxelib/hlsdl/1,10,0
|
||||
haxe compile-c.hxml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue