mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
cross build uses nightly rust
This commit is contained in:
9
.github/workflows/build-nightly-release.yml
vendored
9
.github/workflows/build-nightly-release.yml
vendored
@@ -20,6 +20,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
target: ${{ matrix.target }}
|
||||
toolchain: nightly
|
||||
default: true
|
||||
override: true
|
||||
|
||||
- name: Install cross
|
||||
run: cargo install cross
|
||||
|
||||
|
||||
9
.github/workflows/build-release.yml
vendored
9
.github/workflows/build-release.yml
vendored
@@ -32,6 +32,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
target: ${{ matrix.target }}
|
||||
toolchain: nightly
|
||||
default: true
|
||||
override: true
|
||||
|
||||
- name: Install cross
|
||||
run: cargo install cross
|
||||
|
||||
|
||||
Reference in New Issue
Block a user