We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ea33b commit 3febe95Copy full SHA for 3febe95
.github/workflows/vmactions.yml
@@ -23,8 +23,8 @@ jobs:
23
pkg update
24
pkg install bison build-essential flex ninja pkg-config library/python-3/meson-312
25
26
- meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
27
- meson install -C build
+ python3 -m meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
+ python3 -m meson install -C build
28
29
solaris:
30
runs-on: ubuntu-latest
0 commit comments