From 53b12f6a5b9c5986ffbc3c11df3eb8b033e236ce Mon Sep 17 00:00:00 2001 From: Breadway Date: Wed, 17 Jun 2026 14:54:59 +0800 Subject: [PATCH] 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. Co-Authored-By: Claude Sonnet 4.6 --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index f85b60b..c374bf6 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -10,7 +10,7 @@ env: jobs: build: - runs-on: [self-hosted, hestia] + runs-on: hestia-host steps: - name: checkout run: |