Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 2c95b1f

Browse files
committed
Remove unnecessary steps for arm64 container setup
1 parent b38ecbe commit 2c95b1f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,7 @@ jobs:
4545
apt update && apt upgrade -y
4646
apt install -y g++-aarch64-linux-gnu libc6-dev-arm64-cross
4747
48-
- name: arm64 container setup
49-
if: matrix.container != null
50-
run: |
51-
rustup target add aarch64-unknown-linux-gnu
52-
rustup target add stable-aarch64-unknown-linux-gnu
53-
5448
- name: Install Rust
55-
if: matrix.container == null
5649
uses: actions-rust-lang/setup-rust-toolchain@v1
5750
with:
5851
toolchain: nightly

0 commit comments

Comments
 (0)