temporary force nightly to home server
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 7m46s
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 7m46s
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
0e63e501db
commit
79213a991d
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