Skip to content

Commit 3bdcd92

Browse files
committed
ci: Trying Tribblix instead
Signed-off-by: Tyler Erickson <[email protected]>
1 parent 5cc979a commit 3bdcd92

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/vagrant.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ jobs:
1919
- uses: leleliu008/github-actions-vagrant@v2
2020
with:
2121
mem: 2048
22-
box: joyent/SmartOS-Minimal-Multiarch
22+
box: Toasterson/omnitribblix
2323
run: |
24-
run sudo pkgin update
25-
run sudo pkgin meson ninja gcc clang gmake
24+
run sudo zap refresh
25+
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
2629
2730
run meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
2831
run meson install -C build

0 commit comments

Comments
 (0)