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:
|
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
|
||||||
|
|
3
.github/workflows/pkgr.yaml
vendored
3
.github/workflows/pkgr.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue