temporary force nightly to home server
Some checks failed
aws-zig nightly build / build-zig-nightly (push) Failing after 25m28s

On the home server, git.lerch.org will resolve to
an A record (split-horizon DNS). This works around
https://github.com/ziglang/zig/issues/25811.
This commit is contained in:
Emil Lerch 2025-11-06 13:09:25 -08:00
parent aec39b2103
commit f15887b550
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -15,7 +15,8 @@ jobs:
# TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is # TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is
# addressed # addressed
options: --cap-add CAP_SYS_PTRACE options: --cap-add CAP_SYS_PTRACE
runs-on: ubuntu-latest #runs-on: ubuntu-latest
runs-on: ubuntu-latest-with-hsm
# Need to use the default container with node and all that, so we can # Need to use the default container with node and all that, so we can
# use JS-based actions like actions/checkout@v3... # use JS-based actions like actions/checkout@v3...
# container: # container: