Skip to content

Commit

Permalink
Install meson via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed May 22, 2024
1 parent b91a621 commit 1ad1f7f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cmake \
gperf \
libgmp-dev \
meson \
ninja \
openjdk-8-jdk
- name: Install Packages (macOS)
Expand All @@ -46,7 +46,7 @@ jobs:
brew install \
gmp \
gperf \
meson \
ninja \
${{ matrix.extra_macos_packages }}
echo "LDFLAGS=-L$(brew --prefix)/lib $LDFLAGS" >> "$GITHUB_ENV"
echo "CFLAGS=-I$(brew --prefix)/include $CFLAGS" >> "$GITHUB_ENV"
Expand All @@ -58,7 +58,12 @@ jobs:
python3 -m venv ./.venv
source ./.venv/bin/activate
python3 -m pip install Cython==0.29.*
python3 -m pip install pytest scikit-build toml pyparsing
python3 -m pip install \
pytest \
scikit-build \
toml \
pyparsing \
meson
echo "$PWD/.venv/bin" >> $GITHUB_PATH
- name: Install Bison
Expand Down

0 comments on commit 1ad1f7f

Please sign in to comment.