ci: set manifest path
This commit is contained in:
parent
8c9771e372
commit
51a3456e34
2 changed files with 4 additions and 6 deletions
5
.github/workflows/bootpkg.yaml
vendored
5
.github/workflows/bootpkg.yaml
vendored
|
@ -18,6 +18,5 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
- uses: https://github.com/actions-rs/cargo@v1
|
- uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
cwd: bootpkg
|
command: check
|
||||||
command: build
|
args: --manifest-path bootpkg/Cargo.toml --verbose --all
|
||||||
args: --verbose --all
|
|
||||||
|
|
5
.github/workflows/pkgr.yaml
vendored
5
.github/workflows/pkgr.yaml
vendored
|
@ -18,6 +18,5 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
- uses: https://github.com/actions-rs/cargo@v1
|
- uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
cwd: pkgr
|
command: check
|
||||||
command: build
|
args: --manifest-path pkgr/Cargo.toml --verbose --all
|
||||||
args: --verbose --all
|
|
Loading…
Reference in a new issue