mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 03:57:29 +00:00
Change zig setup strategy
This commit is contained in:
parent
47061fe68f
commit
b71cdfdc7c
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user