Skip to content

Commit

Permalink
Fix release.yml to install rust properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mgattozzi committed Nov 17, 2022
1 parent b392f75 commit 4b4fef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
submodules: true

- name: Install Rust
run: rustup toolchain install --target ${{ matrix.rust_arch }}-${{ matrix.rust_abi }} ${{ matrix.rust-toolchain }}
run: rustup toolchain install ${{ matrix.rust-toolchain }} --target ${{ matrix.rust_arch }}-${{ matrix.rust_abi }}
shell: bash

- name: Install C cross-compilation toolchain
Expand Down

0 comments on commit 4b4fef1

Please sign in to comment.