From dbaacef460a4b6e83df943cc91056285fb0a456d Mon Sep 17 00:00:00 2001 From: Oula Date: Tue, 24 Sep 2024 15:32:04 -0400 Subject: [PATCH] forgot arm build flag --- .github/workflows/macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 20008e5..27fae41 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -79,6 +79,7 @@ jobs: ITK_DIR: ITK-install ZLIB_INCLUDE_DIR: zlib-install/include ZLIB_LIBRARY: zlib-install/lib/libz.a + APPLE_ARM64: $APPLE_ARM64 - name: Install the wheel and test dependencies run: |