Skip to content

Commit

Permalink
Install target use rustup directly
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 2, 2023
1 parent 59edfb3 commit f36ff87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,8 @@ jobs:
steps:
- uses: actions/checkout@v4
# powerpc64le-unknown-linux-musl doesn't have official std library release
- uses: dtolnay/rust-toolchain@stable
- run: rustup target add --toolchain stable ${{ matrix.platform.target }}
if: matrix.platform.target != 'powerpc64le-unknown-linux-musl'
with:
targets: ${{ matrix.platform.target }}
- name: Build wheel
env:
# Make psm compile, see https://github.com/rust-lang/stacker/issues/79
Expand Down

0 comments on commit f36ff87

Please sign in to comment.