diff --git a/.github/workflows/bootpkg.yaml b/.github/workflows/bootpkg.yaml index 876a53c..9a291d4 100644 --- a/.github/workflows/bootpkg.yaml +++ b/.github/workflows/bootpkg.yaml @@ -16,9 +16,8 @@ jobs: with: toolchain: stable override: true - - run: | - cd bootpkg - uses: https://github.com/actions-rs/cargo@v1 with: + cwd: bootpkg command: build args: --verbose --all diff --git a/.github/workflows/pkgr.yaml b/.github/workflows/pkgr.yaml index ff8e6a4..f1a7971 100644 --- a/.github/workflows/pkgr.yaml +++ b/.github/workflows/pkgr.yaml @@ -16,9 +16,8 @@ jobs: with: toolchain: stable override: true - - run: | - cd pkgr - uses: https://github.com/actions-rs/cargo@v1 with: + cwd: pkgr command: build args: --verbose --all