docs: rust.yml
This commit is contained in:
parent
36bd094102
commit
133746bc73
1 changed files with 6 additions and 6 deletions
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
|
@ -39,12 +39,12 @@ jobs:
|
||||||
args: --release --target x86_64-pc-windows-gnu
|
args: --release --target x86_64-pc-windows-gnu
|
||||||
|
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
#- uses: actions-rs/cargo@v1
|
||||||
name: Build Apple x86
|
# name: Build Apple x86
|
||||||
with:
|
# with:
|
||||||
use-cross: true
|
# use-cross: true
|
||||||
command: build
|
# command: build
|
||||||
args: --release --target x86_64-apple-darwin
|
# args: --release --target x86_64-apple-darwin
|
||||||
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue