We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ddd08 commit bef4ee1Copy full SHA for bef4ee1
1 file changed
.github/workflows/ci.yml
@@ -518,8 +518,9 @@ jobs:
518
usesh: true
519
prepare: |
520
uname -a
521
+ pkg install pkg:/package/pkg
522
pkg update --accept
- 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
524
525
run: |
526
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
0 commit comments