Downgrade Zig version

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

View File

@ -31,7 +31,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v1.3.0 uses: goto-bus-stop/setup-zig@v1.3.0
with: with:
# Version of the zig compiler to use (must be 0.3.0 or up) # Version of the zig compiler to use (must be 0.3.0 or up)
version: 0.8.0 # default is 0.5.0 version: 0.6.0 # default is 0.5.0
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Build examples - name: Build examples