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
|
||||
- uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
cwd: bootpkg
|
||||
command: build
|
||||
args: --verbose --all
|
||||
command: check
|
||||
args: --manifest-path bootpkg/Cargo.toml --verbose --all
|
||||
|
|
5
.github/workflows/pkgr.yaml
vendored
5
.github/workflows/pkgr.yaml
vendored
|
@ -18,6 +18,5 @@ jobs:
|
|||
override: true
|
||||
- uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
cwd: pkgr
|
||||
command: build
|
||||
args: --verbose --all
|
||||
command: check
|
||||
args: --manifest-path pkgr/Cargo.toml --verbose --all
|
Loading…
Reference in a new issue