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 11c5d06 commit a424d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,15 @@ jobs:
pkg-config
curl -O https://pkgsrc.smartos.org/packages/SmartOS/bootstrap/bootstrap-trunk-x86_64-20240116.tar.gz
tar -zxpf bootstrap-trunk-x86_64-20240116.tar.gz -C /
echo "export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/bin:$PATH" >> .profile
source .profile
pkgin -y install \
avahi \
gnome-tracker \
libevent \
libgcrypt \
meson \
talloc
ln -s /opt/local/bin/meson /usr/bin/meson
ln -s /opt/local/bin/ninja /usr/bin/ninja
run: |
meson setup build \
-Dwith-bdb=/opt/local \
Expand Down

0 comments on commit a424d10

Please sign in to comment.