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 b4800b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Setup rustup
run: |
rustup install ${{ env.RUST_VERSION }}
rustup default ${{ env.RUST_VERSION }}
rustup update
- name: Build
run: |
Expand All @@ -68,9 +68,9 @@ 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
- name: Build
run: |
Expand Down

0 comments on commit b4800b1

Please sign in to comment.