ci: set workdir

This commit is contained in:
Strix 2023-10-14 22:39:41 +02:00
parent 548caa2f47
commit 8c9771e372
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 2 additions and 4 deletions

View file

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

View file

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