From 3295993da1b9f09bf4c3e48912230f0fa23941e0 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 23 Dec 2023 15:20:48 +0100 Subject: [PATCH] src -> platform --- ci/build_basic_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_basic_cli.sh b/ci/build_basic_cli.sh index c6c517f469..b9f984a0e1 100755 --- a/ci/build_basic_cli.sh +++ b/ci/build_basic_cli.sh @@ -16,7 +16,7 @@ if [ "$(uname -s)" == "Linux" ]; then timeout 300s sudo apt-get install -y musl-tools fi - cd basic-cli/src # we cd to install the target for the right rust version + cd basic-cli/platform # we cd to install the target for the right rust version if [ "$(uname -m)" == "x86_64" ]; then rustup target add x86_64-unknown-linux-musl elif [ "$(uname -m)" == "aarch64" ]; then