Fix Forgejo NSC nsc runtime path
Some checks are pending
Build Rust / Cargo Test (push) Waiting to run
Build Site / Next.js Build (push) Waiting to run

This commit is contained in:
Conrad Kramer 2026-03-18 03:04:31 -07:00
parent 865b676c99
commit 44dd88c111

View file

@ -13,7 +13,7 @@ forgejo:
timeout: "30s"
namespace:
nsc_binary: "/run/current-system/sw/bin/nsc"
nsc_binary: "nsc"
compute_base_url: "https://ord4.compute.namespaceapis.com"
image: "code.forgejo.org/forgejo/runner:11"
machine_type: "4x8"