Skip to content

Commit bef4ee1

Browse files
committed
CI (SunOS): fix build
1 parent b3ddd08 commit bef4ee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,9 @@ jobs:
518518
usesh: true
519519
prepare: |
520520
uname -a
521+
pkg install pkg:/package/pkg
521522
pkg update --accept
522-
pkg install gcc13 cmake git pkg-config glib2 dbus sqlite-3 imagemagick
523+
pkg install gcc14 cmake git pkg-config glib2 dbus sqlite-3 imagemagick
523524
524525
run: |
525526
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .

0 commit comments

Comments
 (0)