ci: set manifest path

This commit is contained in:
Strix 2023-10-14 22:39:41 +02:00
parent 8c9771e372
commit 51a3456e34
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
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