Compare commits

..

2 Commits

Author SHA1 Message Date
a84b1a3dd8
build with zig master also
Some checks are pending
CI / build (macos-latest, 0.13.0) (push) Waiting to run
CI / build (ubuntu-latest, 0.12.1) (push) Waiting to run
CI / build (ubuntu-latest, 0.13.0) (push) Waiting to run
CI / build (ubuntu-latest, master) (push) Waiting to run
CI / build (windows-latest, 0.13.0) (push) Waiting to run
`aarch64_32` has ceased to exist. Actually, I'm not sure it should have
been used on this switch prong anyway.
2024-09-14 17:46:57 -07:00
4acdc01d4e
integrate, continuously 2024-09-14 17:46:57 -07:00

View File

@ -20,7 +20,6 @@ jobs:
- zig-version: "0.12.1"
os: ubuntu-latest
- zig-version: "master"
check-format: true
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
@ -32,8 +31,7 @@ jobs:
with:
version: ${{ matrix.zig-version }}
- if: ${{ matrix.check-format }}
name: Check Formatting
- name: Check Formatting
run: zig fmt --ast-check --check .
- name: Build