mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fix: cross on master supports build-std with specific components
This commit is contained in:
2
.github/workflows/build-nightly-release.yml
vendored
2
.github/workflows/build-nightly-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user