Split args in ci/build-linux and ci/build-macos
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -70,7 +70,8 @@ jobs:
|
|||||||
- name: Run cargo build
|
- name: Run cargo build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build --verbose
|
command: build
|
||||||
|
args: --verbose
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
name: Build on MacOS with Rust ${{ matrix.rust }}
|
name: Build on MacOS with Rust ${{ matrix.rust }}
|
||||||
@@ -94,4 +95,5 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build --verbose
|
command: build
|
||||||
|
args: --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user