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
|
||||
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
name: Build Apple x86
|
||||
with:
|
||||
use-cross: true
|
||||
command: build
|
||||
args: --release --target x86_64-apple-darwin
|
||||
#- uses: actions-rs/cargo@v1
|
||||
# name: Build Apple x86
|
||||
# with:
|
||||
# use-cross: true
|
||||
# command: build
|
||||
# args: --release --target x86_64-apple-darwin
|
||||
|
||||
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue