docs: rust.yml
This commit is contained in:
parent
ada284ec50
commit
36bd094102
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
name: Toolchain Windows x86
|
||||
with:
|
||||
toolchain: stable
|
||||
target: x86_64-pc-windows-msvc
|
||||
target: x86_64-pc-windows-gnu
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
name: Toolchain Apple x86
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
use-cross: true
|
||||
command: build
|
||||
args: --release --target x86_64-pc-windows-msvc
|
||||
args: --release --target x86_64-pc-windows-gnu
|
||||
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue