Skip to content

Commit 5cc979a

Browse files
committed
ci: Changing from openindiana to smartOS to see if this works instead.
Signed-off-by: Tyler Erickson <[email protected]>
1 parent af66e55 commit 5cc979a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/vagrant.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
- uses: leleliu008/github-actions-vagrant@v2
2020
with:
2121
mem: 2048
22-
box: openindiana/hipster
22+
box: joyent/SmartOS-Minimal-Multiarch
2323
run: |
24-
run sudo pkg_add meson ninja gcc clang make
24+
run sudo pkgin update
25+
run sudo pkgin meson ninja gcc clang gmake
2526
2627
run meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
2728
run meson install -C build

0 commit comments

Comments
 (0)