Change zig setup strategy

This commit is contained in:
Nikolas 2021-07-11 18:51:39 +02:00 committed by GitHub
parent 47061fe68f
commit b71cdfdc7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,12 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Zig
# You may pin to the exact commit or the version.
# uses: goto-bus-stop/setup-zig@41ae19e72e21b9a1380e86ff9f058db709fc8fc6
uses: goto-bus-stop/setup-zig@v1.3.0
with:
# Version of the zig compiler to use (must be 0.3.0 or up)
version: 0.6.0 # default is 0.5.0
run: sudo snap install --beta zig --classic
# Runs a single command using the runners shell
- name: Build examples