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