Skip to content

Commit

Permalink
ci(cd): fixed wrong command used
Browse files Browse the repository at this point in the history
  • Loading branch information
stefa168 committed Nov 30, 2023
1 parent a7f5f9d commit 93cc167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
rustup target add aarch64-unknown-linux-gnu
sudo apt-get update
sudo apt-get install -y --no-install-recommends --allow-unauthenticated gcc-aarch64-linux-gnu libc6-dev-arm64-cross
ENV CC_aarch64_unknown_linux_musl=clang
ENV AR_aarch64_unknown_linux_musl=llvm-ar
ENV CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
export CC_aarch64_unknown_linux_musl=clang
export AR_aarch64_unknown_linux_musl=llvm-ar
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
fi
if [[ "${{ matrix.build.TARGET }}" == "armv7-unknown-linux-gnueabihf" ]]; then
rustup target add armv7-unknown-linux-gnueabihf
Expand Down

0 comments on commit 93cc167

Please sign in to comment.