Skip to content

Commit

Permalink
CI: use mlugg setup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Aug 30, 2024
1 parent 28e7ade commit e2ec4a3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ jobs:
target: [ x86-linux, x86_64-linux, aarch64-linux, riscv64-linux ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Zig
uses: goto-bus-stop/[email protected]
with:
version: master
- uses: actions/checkout@v2
- uses: mlugg/setup-zig@v1

- name: Build
run: zig build -Doptimize=ReleaseSafe -Dtarget=${{ matrix.target }}
Expand Down

0 comments on commit e2ec4a3

Please sign in to comment.