Skip to content

Commit

Permalink
save zig version peg for another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Aug 10, 2023
1 parent 9980921 commit 1f09304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.11.0
zig-version: master

- name: Build
run: git submodule --init --recursive && zig build
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.11.0
zig-version: master

- name: Lint
run: zig fmt --check src/*.zig
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.11.0
zig-version: master

- name: Test
run: git submodule --init --recursive && zig build test
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.11.0
zig-version: master

- name: Test
run: git submodule --init --recursive && zig build -Dtarget="aarch64-linux"

0 comments on commit 1f09304

Please sign in to comment.