glfw: CI: always upgrade Zig M1 CI version
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
257d4a92f2
commit
d3680b6394
1 changed files with 2 additions and 1 deletions
3
glfw/.github/workflows/m1_ci.yml
vendored
3
glfw/.github/workflows/m1_ci.yml
vendored
|
|
@ -23,7 +23,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Setup Zig
|
||||
run: |
|
||||
zig version
|
||||
sudo rm -rf /usr/local/bin/zig /usr/local/bin/lib/
|
||||
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-aarch64-0.10.0-dev.2431+0e6285c8f.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
||||
- name: test
|
||||
run: zig build test
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue