mirror of
https://github.com/BloopAI/setup-zig.git
synced 2026-09-13 11:46:49 +00:00
* deps: use esbuild * deps: update tool-cache * Fix tool-cache usage (#45) * cache log * log * log * use resolved ver for cache * build * log cache * log * use version as key * deps * loggggggg * method name * improve log * ci: tweak versions * include version for commit deps * trailing * mistake * Use github cache (#53) * Cache the zig compiler locally * logging * npm update * verboser * os.arch * debug * log signal * address https://github.com/actions/toolkit/issues/687 * correct path * add a cache: false option * share size * zigpath * path.join skull * target node12 * changelog: add 1.4.0
1.4 KiB
1.4 KiB
setup-zig change log
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
1.4.0
- The action now caches compilers in your repository's Actions cache by default. This significantly speeds up installs on average. #53
1.3.0
- Support pinning to a specific commit of the zig compiler. (@codehz in #14)
uses: goto-bus-stop/setup-zig@v1 with: version: 0.6.0+4b48fccad - Add tests for the version -> URL resolution code.
1.2.5
- Update dependencies to fix #11.
1.2.4
- Update dependencies simple-get and ncc.
1.2.3
- Configure Actions to build releases automatically.
1.2.2
- Update examples. (#7)
- Upgrade dependencies.
- Recommend using @v1 instead of pinning to a version.
1.2.1
- Make
version: masteractually work.
1.2.0
- Allow setting
version: masterto get the latest build from the development branch.
1.1.0
- Load the zig binaries from tool cache if available.
- Use the ziglang.org download index instead of downloading from Github Releases.
- Bundle the action JavaScript code, reducing repository size.
1.0.1
- Add an icon and colour.
1.0.0
- Initial release.