mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 05:01:38 +00:00
fix ci again?
This commit is contained in:
parent
8947b9361d
commit
5d2245e609
1 changed files with 3 additions and 1 deletions
|
|
@ -66,13 +66,15 @@ jobs:
|
||||||
mkdir ~/deps
|
mkdir ~/deps
|
||||||
cd ~/deps
|
cd ~/deps
|
||||||
git clone https://github.com/RandomityGuy/hashlink
|
git clone https://github.com/RandomityGuy/hashlink
|
||||||
|
git clone https://github.com/RandomityGuy/hxDatachannel
|
||||||
haxelib git heaps https://github.com/RandomityGuy/heaps
|
haxelib git heaps https://github.com/RandomityGuy/heaps
|
||||||
haxelib dev hlopenal ~/deps/hashlink/libs/openal
|
haxelib dev hlopenal ~/deps/hashlink/libs/openal
|
||||||
haxelib dev hlsdl ~/deps/hashlink/libs/sdl
|
haxelib dev hlsdl ~/deps/hashlink/libs/sdl
|
||||||
haxelib dev hashlink ~/deps/hashlink/other/haxelib
|
haxelib dev hashlink ~/deps/hashlink/other/haxelib
|
||||||
haxelib git zyheaps https://github.com/rainyt/zyheaps
|
haxelib git zyheaps https://github.com/rainyt/zyheaps
|
||||||
|
haxelib git heaps https://github.com/RandomityGuy/heaps
|
||||||
haxelib install colyseus-websocket
|
haxelib install colyseus-websocket
|
||||||
haxelib git datachannel https://github.com/RandomityGuy/hxDatachannel
|
haxelib dev datachannel ~/deps/hxDatachannel
|
||||||
- run:
|
- run:
|
||||||
name: Prepare directories
|
name: Prepare directories
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue