From c914dd3a0c157f2cd97392ab3ba20170e5ed798b Mon Sep 17 00:00:00 2001 From: TC Date: Wed, 27 Sep 2023 14:06:10 +0000 Subject: [PATCH] Hacking on IPA CICD --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f799a1..02291d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build: stage: build script: - echo "place holder for build" - - git clone https://gitlab.com/veilid/veilid.git ../ + - git clone https://gitlab.com/veilid/veilid.git ../veilid - curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh - sudo -H -u $BREW_USER brew install capnp cmake wabt llvm protobuf openjdk@17 jq - cargo install wasm-bindgen-cli wasm-pack cargo-edit