diff --git a/.github/workflows/bootpkg.yaml b/.github/workflows/bootpkg.yaml index 9a291d4..baf6377 100644 --- a/.github/workflows/bootpkg.yaml +++ b/.github/workflows/bootpkg.yaml @@ -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 diff --git a/.github/workflows/pkgr.yaml b/.github/workflows/pkgr.yaml index f1a7971..6084d80 100644 --- a/.github/workflows/pkgr.yaml +++ b/.github/workflows/pkgr.yaml @@ -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 \ No newline at end of file