docs: rust.yml
This commit is contained in:
parent
d2376e6d13
commit
ada284ec50
1 changed files with 12 additions and 0 deletions
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
|
@ -19,6 +19,18 @@ jobs:
|
||||||
- name: Build Linux x86
|
- name: Build Linux x86
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
name: Toolchain Windows x86
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
target: x86_64-pc-windows-msvc
|
||||||
|
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
name: Toolchain Apple x86
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
target: x86_64-apple-darwin
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
name: Build Windows x86
|
name: Build Windows x86
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue