Skip to content

Commit 339754e

Browse files
committed
ci: install correct dependencies for PCRE2
1 parent f8b609f commit 339754e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
do
6060
sleep 1
6161
done
62-
until luarocks install lrexlib-pcre
62+
until luarocks install lrexlib-pcre2
6363
do
6464
sleep 1
6565
done
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install dependencies
110110
run: |
111111
luarocks install lualogging
112-
luarocks install lrexlib-pcre
112+
luarocks install lrexlib-pcre2
113113
luarocks install luaposix
114114
luarocks install luasocket
115115
luarocks install busted

0 commit comments

Comments
 (0)