ci: set manifest path
All checks were successful
/ build (push) Successful in 30s

This commit is contained in:
Didier Slof 2023-07-16 19:15:12 +02:00
parent 00e4d244ae
commit a07a53dabf
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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