upgrade setup-zig to latest (handles difference in tarball name)
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 6m7s
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 6m7s
This commit is contained in:
parent
c81163ed35
commit
ebe170414e
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v1.2.1
|
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 0.14.0
|
version: 0.14.0
|
||||||
- name: Restore Zig caches
|
- name: Restore Zig caches
|
||||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: zig-mach
|
ref: zig-mach
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v1.2.1
|
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: mach-latest
|
version: mach-latest
|
||||||
- name: Restore Zig caches
|
- name: Restore Zig caches
|
||||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: zig-develop
|
ref: zig-develop
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v1.2.1
|
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Restore Zig caches
|
- name: Restore Zig caches
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: zig-0.13
|
ref: zig-0.13
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v1.2.1
|
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 0.13.0
|
version: 0.13.0
|
||||||
- name: Restore Zig caches
|
- name: Restore Zig caches
|
||||||
|
|
Loading…
Add table
Reference in a new issue