Downgrade Zig version
This commit is contained in:
parent
b858a04da8
commit
47061fe68f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue