Update ZIG version; fix extra leading space

Thomas Legris spotted the syntax error of extra space.
	modified:   .github/workflows/ci.yml
This commit is contained in:
John Reiser 2024-12-03 10:17:36 -08:00
parent abced6720b
commit 6ebdf92d40

View File

@ -22,7 +22,10 @@ env:
# 2024-09-17 # 2024-09-17
#ZIG_DIST_VERSION: 0.14.0-dev.1579+f3445f8f6 #ZIG_DIST_VERSION: 0.14.0-dev.1579+f3445f8f6
# 2024-11-21 # 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: jobs:
job-rebuild-and-verify-stubs: job-rebuild-and-verify-stubs: