setup-zig

use a @ziglang compiler in your github actions workflows

OTHER License

Stars
129
Committers
10

Bot releases are visible (Hide)

setup-zig - v2.2.1

Published by goto-bus-stop 21 days ago

This will be the final release in this repository.
Please see #88 for an upgrade guide.
Thanks for using setup-zig!

Thanks @davidgm94 and @mlugg!

setup-zig - v2.2.0 Latest Release

Published by goto-bus-stop 10 months ago

  • Update the action to use Node.js 20. #61
  • Add a test for zig 0.11.0. #62

Thanks @chenrui333!

setup-zig - v2.1.1

Published by goto-bus-stop over 1 year ago

  • Fix cache: false, see #55.

Thanks to @linusg for the report!

setup-zig -

Published by goto-bus-stop over 1 year ago

  • The action now caches compilers in your repository's Actions cache by default. This significantly
    speeds up installs on average. #54
setup-zig -

Published by goto-bus-stop over 1 year ago

  • The action now caches compilers in your repository's Actions cache by default. This significantly
    speeds up installs on average. #53

    2.0.2 also had caching-related changes but they didn't actually do much, based on a misunderstanding
    of what the tool-cache is for.

setup-zig -

Published by goto-bus-stop over 1 year ago

  • Fix tool-cache usage, this should speed up the action if zig was already downloaded before. #45
setup-zig - v2.0.1

Published by goto-bus-stop almost 2 years ago

  • Update docs to v2
setup-zig - v2.0.0

Published by goto-bus-stop almost 2 years ago

  • Change version option default to master. See #24
setup-zig - v1.3.0

Published by goto-bus-stop almost 4 years ago

  • 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.
setup-zig - v1.2.5

Published by goto-bus-stop about 4 years ago

  • Update dependencies to fix #11.
setup-zig - v1.2.4

Published by goto-bus-stop about 4 years ago

  • Update dependencies simple-get and ncc.
setup-zig - v1.2.3

Published by goto-bus-stop over 4 years ago

  • Configure a workflow to build setup-zig releases automatically.
setup-zig - v1.2.2

Published by goto-bus-stop over 4 years ago

  • Update examples. (#7)
  • Upgrade dependencies.
  • Recommend using setup-zig@v1 instead of pinning to a version.
setup-zig - v1.2.1

Published by goto-bus-stop over 4 years ago

  • Make version: master actually work.
setup-zig - v1.2.0

Published by goto-bus-stop over 4 years ago

  • Allow setting version: master to get the latest build from the development branch.
setup-zig - v1.1.0

Published by goto-bus-stop about 5 years ago

  • 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.
setup-zig -

Published by goto-bus-stop about 5 years ago

  • Add an icon and colour.
setup-zig -

Published by goto-bus-stop about 5 years ago

  • Initial release.
Package Rankings
Top 3.1% on Github actions