Compare commits

..

2 Commits

Author SHA1 Message Date
ea53b8380f
build with zig master also
Some checks are pending
CI / build (macos-latest, 0.13.0) (push) Waiting to run
CI / build (true, ubuntu-latest, master) (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 (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:57:31 -07:00
48b7e2e95d
integrate, continuously 2024-09-14 17:57:31 -07:00

View File

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