Skip to content

Commit

Permalink
Install gmp on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Feb 11, 2025
1 parent b503118 commit e12d5cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,14 +320,20 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Install gmp (MacOS)
run: brew install gmp

- uses: dtolnay/rust-toolchain@stable

- name: Prepare for coverage
if: matrix.os == 'ubuntu-latest'
run: |
cargo install grcov --locked
echo "RUSTFLAGS=-Cinstrument-coverage" >> "$GITHUB_ENV"
echo "LLVM_PROFILE_FILE=$(pwd)/target/chia_rs-%p-%m.profraw" >> "$GITHUB_ENV"
echo "CARGO_TARGET_DIR=$(pwd)/target" >> "$GITHUB_ENV"
- name: cargo test (not windows)
if: matrix.os != 'windows-latest'
run: cargo test --workspace --all-features
Expand Down

0 comments on commit e12d5cf

Please sign in to comment.