We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc979a commit 3bdcd92Copy full SHA for 3bdcd92
.github/workflows/vagrant.yml
@@ -19,10 +19,13 @@ jobs:
19
- uses: leleliu008/github-actions-vagrant@v2
20
with:
21
mem: 2048
22
- box: joyent/SmartOS-Minimal-Multiarch
+ box: Toasterson/omnitribblix
23
run: |
24
- run sudo pkgin update
25
- run sudo pkgin meson ninja gcc clang gmake
+ run sudo zap refresh
+ run sudo zap install-overlay develop
26
+ run sudo zap list-overlays
27
+ run sudo zap install-overlay meson
28
+ run sudo zap install-overlay ninja
29
30
run meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
31
run meson install -C build
0 commit comments