temporary force nightly to home server
Some checks failed
aws-zig nightly build / build-zig-nightly (push) Failing after 25m28s
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:
parent
aec39b2103
commit
f15887b550
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ jobs:
|
|||
# TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is
|
||||
# addressed
|
||||
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
|
||||
# use JS-based actions like actions/checkout@v3...
|
||||
# container:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue