Skip to content

Commit

Permalink
ci: explicitly install target rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Mar 6, 2025
1 parent 33c4144 commit cdbc37d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Setup rustup
run: |
rustup install ${{ env.RUST_VERSION }}
rustup default ${{ env.RUST_VERSION }}
rustup update
Expand All @@ -68,6 +69,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup rustup
run: |
rustup install ${{ env.RUST_VERSION }}
rustup default ${{ env.RUST_VERSION }}
rustup target add aarch64-unknown-linux-gnu
rustup update
Expand Down

0 comments on commit cdbc37d

Please sign in to comment.