mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
fix: update zig version in ci to 0.17
This commit is contained in:
parent
6337f05d1e
commit
ca35cb02b5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
- name: Setup Zig
|
||||
uses: mlugg/setup-zig@v2
|
||||
with:
|
||||
version: 0.16.0
|
||||
version: 0.17.0-dev.892+54537285c
|
||||
|
||||
- name: Build project
|
||||
run: zig build -Dlsp=true
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
- name: Setup Zig
|
||||
uses: mlugg/setup-zig@v2
|
||||
with:
|
||||
version: 0.16.0
|
||||
version: 0.17.0-dev.892+54537285c
|
||||
|
||||
- name: Run tests
|
||||
run: zig build test
|
||||
|
||||
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
if: ${{ !inputs.base_url }}
|
||||
uses: mlugg/setup-zig@v2
|
||||
with:
|
||||
version: 0.16.0
|
||||
version: 0.17.0-dev.892+54537285c
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
.repository = "https://github.com/ziex-dev/ziex",
|
||||
.homepage = "https://ziex.dev",
|
||||
.fingerprint = 0x249409a7bd1c7667,
|
||||
.minimum_zig_version = "0.17.0-dev.864+3deb86baf",
|
||||
.minimum_zig_version = "0.17.0-dev.892+54537285c",
|
||||
.dependencies = .{
|
||||
// Ziex JS - The JavaScript glue code for csr/wasi/cloudflare/aws-lambda/vercel/react
|
||||
.ziex_js = .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user