Skip to content

Commit 67b2865

Browse files
committed
fix path
1 parent c08178a commit 67b2865

File tree

1 file changed

+1
-1
lines changed
  • .github/scripts/download-bundled

1 file changed

+1
-1
lines changed

.github/scripts/download-bundled/pcre2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cp -Rv /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
1616
cd ext/pcre/pcre2lib
1717
git restore config.h
1818
mv pcre2_chartables.c.dist pcre2_chartables.c
19-
rm -rf ext/pcre/pcre2lib/.deps
19+
rm -rf .deps
2020
rm config.h.generic
2121
rm pcre2.h.generic
2222
rm pcre2.h.in

0 commit comments

Comments
 (0)