Skip to content

Commit

Permalink
src -> platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Dec 23, 2023
1 parent c269fb0 commit 3295993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_basic_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3295993

Please sign in to comment.