Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 1, 2024
1 parent 1e12f09 commit 2a8c9f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,21 +223,19 @@ jobs:
prepare: |
pkg install \
build-essential \
pkg-config
pkg-config \
meson-311
curl -O https://pkgsrc.smartos.org/packages/SmartOS/bootstrap/bootstrap-trunk-x86_64-20230910.tar.gz
tar -zxpf bootstrap-trunk-x86_64-20230910.tar.gz -C /
echo "export PATH="/opt/local/sbin:/opt/local/bin:$PATH"" >> .profile
source .profile
/opt/local/bin/pkgin -y install \
avahi \
db5 \
gnome-tracker \
libevent \
libgcrypt \
talloc
python -m ensurepip --upgrade
pip3 install meson
run: |
meson setup build \
-Dwith-bdb=/opt/local \
Expand Down

0 comments on commit 2a8c9f4

Please sign in to comment.