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 dcfc600 commit aa76b35
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 @@ -225,8 +225,8 @@ jobs:
build-essential \
pkg-config
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 "PATH=/opt/local/sbin:/opt/local/bin:$PATH" >> .profile
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 \
Expand Down

0 comments on commit aa76b35

Please sign in to comment.