From fab5337dcd0720897254d4fc13c434c5995d2d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Mon, 13 Jun 2022 22:06:46 +0200 Subject: [PATCH] [ci] Fix common.deps script --- ci/common.deps.sh | 6 ++++-- ci/win32.deps.sh | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ci/common.deps.sh b/ci/common.deps.sh index e2cef152d1..31a435f313 100644 --- a/ci/common.deps.sh +++ b/ci/common.deps.sh @@ -1,7 +1,9 @@ #!/bin/bash ( -cd score/src/addons +ls +pwd +cd src/addons -git clone --recursive -j16 https://github.com/ossia/score-addon-network +git clone --recursive -j16 https://github.com/ossia/iscore-addon-network ) diff --git a/ci/win32.deps.sh b/ci/win32.deps.sh index cdc686cf5e..0dbf58b550 100755 --- a/ci/win32.deps.sh +++ b/ci/win32.deps.sh @@ -3,6 +3,7 @@ cinst -y ninja cinst -y rsync +( set -x mkdir /c/ossia-sdk cd /c/ossia-sdk @@ -10,5 +11,6 @@ curl -L https://github.com/ossia/sdk/releases/download/sdk25/sdk-mingw.7z --outp 7z x sdk-mingw.7z rm sdk-mingw.7z ls +) source ci/common.deps.sh