Skip to content

Commit 30f0422

Browse files
Support using minimum_zig_version from build.zig.zon
This is a breaking change since `version` being empty now has a different meaning from before. Resolves: #16
1 parent f38b0c0 commit 30f0422

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: 'Setup Zig Compiler'
22
description: 'Download and install the Zig compiler, and cache the global Zig cache'
33
inputs:
44
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: ''
87
mirror:
98
description: 'Override of Zig download mirror to use, e.g. "https://pkg.machengine.org/zig".'
109
required: false

0 commit comments

Comments
 (0)