Skip to content

Commit

Permalink
Fix CI deps for Bitwuzla installation (stanford-centaur#347)
Browse files Browse the repository at this point in the history
* Install meson in CI

* Install ninja in CI
  • Loading branch information
CyanoKobalamyne authored Aug 31, 2024
1 parent e7147b8 commit d15620c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
cmake \
ninja-build \
libgmp-dev \
openjdk-8-jdk
- name: Install Packages (macOS)
if: runner.os == 'macOS'
run: |
brew install \
ninja \
gmp
- name: Python Environment Setup
Expand All @@ -34,7 +36,7 @@ jobs:
echo "$PWD/.venv/bin" >> $GITHUB_PATH
- name: Python Dependencies (all)
run: python3 -m pip install Cython pytest pyparsing toml
run: python3 -m pip install Cython pytest pyparsing toml meson

- name: Python Dependencies (all)
run: python3 -m pip install scikit-build
Expand Down

0 comments on commit d15620c

Please sign in to comment.