From 6ebdf92d40c460f5eaf6eb949f5b903d1284cc94 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 3 Dec 2024 10:17:36 -0800 Subject: [PATCH] Update ZIG version; fix extra leading space Thomas Legris spotted the syntax error of extra space. modified: .github/workflows/ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e5aa487..26d99c7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,10 @@ env: # 2024-09-17 #ZIG_DIST_VERSION: 0.14.0-dev.1579+f3445f8f6 # 2024-11-21 - ZIG_DIST_VERSION: 0.14.0-dev.2271+f845fa04a + #ZIG_DIST_VERSION: 0.14.0-dev.2271+f845fa04a + # 2024-12-02 https://ziglang.org/download/ + # required format: "^ ZIG_..." with exactly 2 leading spaces + ZIG_DIST_VERSION: 0.14.0-dev.2370+5c6b25d9b jobs: job-rebuild-and-verify-stubs: