ci: set workdir
Some checks failed
/ build (push) Failing after 19s

This commit is contained in:
Didier Slof 2023-07-16 19:08:34 +02:00
parent 11bcaccffc
commit 00e4d244ae
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 2 additions and 4 deletions

View file

@ -16,9 +16,8 @@ jobs:
with: with:
toolchain: stable toolchain: stable
override: true override: true
- run: |
cd bootpkg
- uses: https://github.com/actions-rs/cargo@v1 - uses: https://github.com/actions-rs/cargo@v1
with: with:
cwd: bootpkg
command: build command: build
args: --verbose --all args: --verbose --all

View file

@ -16,9 +16,8 @@ jobs:
with: with:
toolchain: stable toolchain: stable
override: true override: true
- run: |
cd pkgr
- uses: https://github.com/actions-rs/cargo@v1 - uses: https://github.com/actions-rs/cargo@v1
with: with:
cwd: pkgr
command: build command: build
args: --verbose --all args: --verbose --all