From 250900c5c7cd8ce02d6f70be256f2a6493c4439a Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Wed, 20 Mar 2024 14:08:05 +0100 Subject: [PATCH] bleh --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 00c08a28..67119edd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,8 +22,9 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin - - name: Install build stuff - run: xcode-select --install + - name: Install packages (macOS) + if: runner.os == 'macOS' + run: brew install ninja - name: Tests run: cargo test --no-default-features --release - name: Build wheels - x86_64 - cramjam-cli