fix(ci): run release job on hestia host to access cargo and dl server
hestia-host maps to host execution on the Forgejo runner, giving access to /home/breadway/.cargo/bin/cargo and /srv/breadway-dl without Docker.
This commit is contained in:
parent
ca843bf255
commit
2d0cdae396
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: [self-hosted, hestia]
|
runs-on: hestia-host
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue