Skip to content

Commit

Permalink
Fix AArch64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
starkat99 committed Jan 7, 2023
1 parent a5a31d9 commit ad60cbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
CARGO_BUILD_TARGET: aarch64-unknown-linux-gnu
install: |
apt-get update -y
apt-get install -y curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -v -y --profile minimal --default-toolchain ${{ matrix.rust }}
source $HOME/.cargo/env
cargo install cargo-make
Expand Down

0 comments on commit ad60cbe

Please sign in to comment.