src -> platform

This commit is contained in:
Anton-4 2023-12-23 15:20:48 +01:00
parent c269fb0aae
commit 3295993da1
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -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