Skip to content

Commit f3b5e30

Browse files
committed
fix CI
1 parent 7c48a17 commit f3b5e30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/test-unix.sh

Lines changed: 1 addition & 2 deletions
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;pcre2-8\)" $output
21+
grep -E "target_link_libraries\(example-bin PRIVATE .*pcre2-posix.a;.*pcre2-8.a\)" $output
2222
grep -v -E "xrepo: target_link_libraries\(example-bin PRIVATE z\)" $output
2323
make
2424

@@ -42,4 +42,3 @@ grep -E "pcre2 $match_cached_output" $output
4242
grep -E "gflags 2.2.2 $match_cached_output" $output
4343
grep -E "example/packages/glog.lua" $output
4444
grep -E "myzlib $match_cached_output" $output
45-

0 commit comments

Comments
 (0)