pin nightly/nominated zig workflows to zig-develop branch
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 3m10s Details

This commit is contained in:
Emil Lerch 2024-04-23 08:07:10 -07:00
parent b49bb9ad90
commit 18d8258eaf
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
ref: zig-develop
# ARCH is fine, but we can't substitute directly because zig
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
#

View File

@ -20,6 +20,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
ref: zig-develop
# ARCH is fine, but we can't substitute directly because zig
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
#