Skip to content

Commit

Permalink
Install meson in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed May 21, 2024
1 parent 4d149a9 commit b91a621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
cmake \
gperf \
libgmp-dev \
meson \
openjdk-8-jdk
- name: Install Packages (macOS)
Expand All @@ -45,6 +46,7 @@ jobs:
brew install \
gmp \
gperf \
meson \
${{ matrix.extra_macos_packages }}
echo "LDFLAGS=-L$(brew --prefix)/lib $LDFLAGS" >> "$GITHUB_ENV"
echo "CFLAGS=-I$(brew --prefix)/include $CFLAGS" >> "$GITHUB_ENV"
Expand Down

0 comments on commit b91a621

Please sign in to comment.