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 feee7f8
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ 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
run: zig build

lint:
runs-on: self-hosted
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,20 +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

build-aarch64:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2

- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.11.0

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

0 comments on commit feee7f8

Please sign in to comment.