File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,9 @@ jobs:
192192 - uses : actions/checkout@v4
193193 - name : Build in OpenIndiana
194194 id : build
195- uses : vmactions/openindiana-vm@v0
195+ uses : vmactions/openindiana-vm@v1
196196 with :
197+ release : " 202510-build"
197198 usesh : true
198199 prepare : |
199200 pkg install gcc-14 make autoconf automake libtool pkg-config library/libfuse
@@ -215,7 +216,7 @@ jobs:
215216 with :
216217 usesh : true
217218 prepare : |
218- pkg install build-essential autoconf automake libtool pkg-config
219+ pkg install build-essential autoconf automake libtool pkg-config || echo "Ignoring error..."
219220 pkg set-publisher -G '*' -g https://sfe.opencsw.org/localhostomnios localhostomnios
220221 pkg install libfuse
221222 run : |
You can’t perform that action at this time.
0 commit comments