Skip to content

Commit 8397005

Browse files
committed
Specify the openindiana 202510-build release to reduce download times.
1 parent 12f1b98 commit 8397005

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)