goto-bus-stop / setup-zig

use a @ziglang compiler in your github actions workflows
Other
147 stars 19 forks source link

`cache: false` not working #55

Closed linusg closed 1 year ago

linusg commented 1 year ago

Boolean("false") in JS is true, not false. Needs to pass useCache === "true" to downloadZig().

https://github.com/goto-bus-stop/setup-zig/blob/14a1906c0dcb0d690f5e9733c5cd0e6484ac6406/index.js#L65-L70

goto-bus-stop commented 1 year ago

Thanks, fixed in 2.1.1!