Skip to content

Commit

Permalink
ci: fix rustup default toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed Jun 9, 2024
1 parent 9ba6a07 commit 2e10078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
rustup set auto-self-update disable
rustup toolchain install ${{ inputs.channel }} -t ${{ matrix.rust-target }} --profile minimal
rustup default ${{ inputs.channel }}-${{ matrix.rust-target }}
rustup default ${{ inputs.channel }}
rustup show
- name: Install AArch64 target toolchain for Linux
if: matrix.platform == 'linux' && matrix.arch == 'arm64'
Expand Down

0 comments on commit 2e10078

Please sign in to comment.