ci: set workdir
This commit is contained in:
parent
548caa2f47
commit
8c9771e372
2 changed files with 2 additions and 4 deletions
3
.github/workflows/bootpkg.yaml
vendored
3
.github/workflows/bootpkg.yaml
vendored
|
@ -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
|
||||
|
|
3
.github/workflows/pkgr.yaml
vendored
3
.github/workflows/pkgr.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue