Skip to content

Commit 79149a3

Browse files
author
dgsga
committed
Update meson.yml
1 parent 8b1695d commit 79149a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/meson.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ jobs:
226226
pkg-config
227227
curl -O https://pkgsrc.smartos.org/packages/SmartOS/bootstrap/bootstrap-trunk-x86_64-20240116.tar.gz
228228
tar -zxpf bootstrap-trunk-x86_64-20240116.tar.gz -C /
229-
echo "export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/bin:$PATH" >> .profile
230-
source .profile
229+
export PATH=/opt/local/sbin:/opt/local/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:$PATH
231230
pkgin -y install \
232231
avahi \
233232
gnome-tracker \
@@ -238,6 +237,7 @@ jobs:
238237
ln -s /opt/local/bin/meson /usr/bin/meson
239238
ln -s /opt/local/bin/ninja /usr/bin/ninja
240239
run: |
240+
export PATH=/opt/local/sbin:/opt/local/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:$PATH
241241
meson setup build \
242242
-Dwith-bdb=/opt/local \
243243
-Dwith-libgcrypt-dir=/opt/local \

0 commit comments

Comments
 (0)