Skip to content

Commit 3febe95

Browse files
committed
ci: Attempting another omnios fix for how to execute meson
Signed-off-by: Tyler Erickson <[email protected]>
1 parent 61ea33b commit 3febe95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vmactions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
pkg update
2424
pkg install bison build-essential flex ninja pkg-config library/python-3/meson-312
2525
26-
meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
27-
meson install -C build
26+
python3 -m meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
27+
python3 -m meson install -C build
2828
2929
solaris:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)