CI: M1: build but dont test (for now, transitive dependency issue)

Helps hexops/mach#902

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-08-08 21:55:51 -07:00
parent 3ae8ab90c4
commit 23f41c6385

View file

@ -23,11 +23,13 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
submodules: 'true' submodules: 'true'
- name: test
run: zig build test
- name: aarch64-macos -> x86_64-macos - name: aarch64-macos -> x86_64-macos
run: zig build -Dtarget=x86_64-macos run: zig build -Dtarget=x86_64-macos
- name: aarch64-macos -> x86_64-windows - name: aarch64-macos -> x86_64-windows
run: zig build -Dtarget=x86_64-windows run: zig build -Dtarget=x86_64-windows
- name: aarch64-macos -> x86_64-linux - name: aarch64-macos -> x86_64-linux
run: zig build -Dtarget=x86_64-linux run: zig build -Dtarget=x86_64-linux
- name: build
run: zig build
# - name: test
# run: zig build test