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

View file

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