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 f4e2091 commit bf595f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,15 @@ jobs:
tar -zxpf bootstrap-trunk-x86_64-20230910.tar.gz -C /
echo "export PATH="/opt/local/sbin:/opt/local/bin:$PATH"" >> .profile
source .profile
pip install meson
/opt/local/bin/pkgin -y install \
avahi \
db5 \
gnome-tracker \
libevent \
libgcrypt \
talloc
pip3 install meson
run: |
meson setup build \
-Dwith-bdb=/opt/local \
Expand Down

0 comments on commit bf595f6

Please sign in to comment.