Skip to content

Commit

Permalink
bleh
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 20, 2024
1 parent 1b25416 commit 250900c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 250900c

Please sign in to comment.