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 ad60cbe commit f17f1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
install: |
apt-get update -y
apt-get install -y curl
apt-get install -y curl build-essential
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 f17f1ad

Please sign in to comment.