You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@ name: 'Setup Zig Compiler'
2
2
description: 'Download and install the Zig compiler, and cache the global Zig cache'
3
3
inputs:
4
4
version:
5
-
description: 'Version of the Zig compiler, e.g. "0.13.0" or "0.13.0-dev.351+64ef45eb0". "master" uses the latest nightly build. "latest" uses the latest tagged release.'
6
-
required: true
7
-
default: 'latest'
5
+
description: 'Version of the Zig compiler, e.g. "0.13.0" or "0.13.0-dev.351+64ef45eb0". "master" uses the latest nightly build. "latest" uses the latest tagged release. Leave empty to use minimum_zig_version from build.zig.zon, with a fallback to "latest".'
6
+
default: ''
8
7
mirror:
9
8
description: 'Override of Zig download mirror to use, e.g. "https://pkg.machengine.org/zig".'
0 commit comments