From 5d2245e6090a8691bede28fdc0df310610adcc8f Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:22:45 +0530 Subject: [PATCH] fix ci again? --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 73771088..9c577d3b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,13 +66,15 @@ jobs: mkdir ~/deps cd ~/deps git clone https://github.com/RandomityGuy/hashlink + git clone https://github.com/RandomityGuy/hxDatachannel haxelib git heaps https://github.com/RandomityGuy/heaps haxelib dev hlopenal ~/deps/hashlink/libs/openal haxelib dev hlsdl ~/deps/hashlink/libs/sdl haxelib dev hashlink ~/deps/hashlink/other/haxelib haxelib git zyheaps https://github.com/rainyt/zyheaps + haxelib git heaps https://github.com/RandomityGuy/heaps haxelib install colyseus-websocket - haxelib git datachannel https://github.com/RandomityGuy/hxDatachannel + haxelib dev datachannel ~/deps/hxDatachannel - run: name: Prepare directories command: |