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 8b1695d commit 79149a3
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,8 +226,7 @@ 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
export PATH=/opt/local/sbin:/opt/local/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:$PATH
pkgin -y install \
avahi \
gnome-tracker \
Expand All @@ -238,6 +237,7 @@ jobs:
ln -s /opt/local/bin/meson /usr/bin/meson
ln -s /opt/local/bin/ninja /usr/bin/ninja
run: |
export PATH=/opt/local/sbin:/opt/local/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:$PATH
meson setup build \
-Dwith-bdb=/opt/local \
-Dwith-libgcrypt-dir=/opt/local \
Expand Down

0 comments on commit 79149a3

Please sign in to comment.