ci: remove sudo -_-
This commit is contained in:
parent
e915e38a1e
commit
57a5733cbe
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
image: rust:bookworm
|
image: rust:bookworm
|
||||||
commands:
|
commands:
|
||||||
- rustup target add aarch64-unknown-linux-gnu
|
- rustup target add aarch64-unknown-linux-gnu
|
||||||
- sudo dpkg --add-architecture arm64
|
- dpkg --add-architecture arm64
|
||||||
- apt-get update -y && apt-get install -y \
|
- apt-get update -y && apt-get install -y \
|
||||||
gcc-aarch64-linux-gnu \
|
gcc-aarch64-linux-gnu \
|
||||||
libc6-dev-arm64-cross \
|
libc6-dev-arm64-cross \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue