Skip to content

Commit 099585c

Browse files
authored
Fix library name for FreeBSD CI
1 parent dbf6d4c commit 099585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
# When using rsync, you can define copyback: false to not copy files back from the VM in to the host.
311311
copyback: false
312312
prepare: |
313-
pkg install -y cmake git eigen glm exiv2 nlopt fast_float md4c qxlsx-qt6 perl5 xorg-vfbserver gettext qt6 tidy-devel
313+
pkg install -y cmake git eigen glm exiv2 nlopt fast_float md4c qxlsx-qt6 perl5 xorg-vfbserver gettext qt6 tidy-html5
314314
315315
run: |
316316
set -e -x

0 commit comments

Comments
 (0)