Skip to content

Commit

Permalink
fix: cross on master supports build-std with specific components
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Nov 25, 2024
1 parent 4e2b3f8 commit 796a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
rustup override set ${{ matrix.platform.toolchain }}
- name: Install cross
run: cargo install cross
run: cargo install cross --git https://github.com/cross-rs/cross.git

- name: Build ${{ matrix.platform.target }}
timeout-minutes: 120
Expand Down

0 comments on commit 796a190

Please sign in to comment.