Skip to content

Commit 5021cb5

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,12 @@ 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: |
199-
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..."
200201
run: |
201202
./autogen.sh
202203
chmod a+x install-sh

0 commit comments

Comments
 (0)