We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f1b98 commit 5021cb5Copy full SHA for 5021cb5
1 file changed
.github/workflows/c-cpp.yml
@@ -192,11 +192,12 @@ jobs:
192
- uses: actions/checkout@v4
193
- name: Build in OpenIndiana
194
id: build
195
- uses: vmactions/openindiana-vm@v0
+ uses: vmactions/openindiana-vm@v1
196
with:
197
+ release: "202510-build"
198
usesh: true
199
prepare: |
- pkg install gcc-14 make autoconf automake libtool pkg-config library/libfuse
200
+ pkg install gcc-14 make autoconf automake libtool pkg-config library/libfuse || echo "Ignoring error..."
201
run: |
202
./autogen.sh
203
chmod a+x install-sh
0 commit comments