Skip to content

Commit dae6552

Browse files
authored
fix CI
1 parent e81b66f commit dae6552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ grep -E "glog prepend to CMAKE_PREFIX_PATH" $output
1818
grep -E "zlib_INCLUDE_DIRS" $output
1919
grep -E "zlib prepend to CMAKE_PREFIX_PATH" $output
2020
grep -E "pkg_check_modules pcre2_CFLAGS.*packages/p/pcre2" $output
21-
grep -E "target_link_libraries\(example-bin PRIVATE .*pcre2-posix.a;.*pcre2-8.a\)" $output
21+
grep -E "target_link_libraries\(example-bin PRIVATE pcre2-posix;pcre2-8\)" $output
2222
grep -v -E "xrepo: target_link_libraries\(example-bin PRIVATE z\)" $output
2323
make
2424

0 commit comments

Comments
 (0)