Skip to content

Commit cc53232

Browse files
committed
test
1 parent 3d979b6 commit cc53232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/internal/setup-lua/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ runs:
159159
echo "::group::Setup Lua: Install hererocks dependencies"
160160
case "${{ runner.os }}" in
161161
Linux) sudo apt-get install -y --no-install-recommends build-essential libpcre2-dev libssl-dev libreadline-dev cmake unzip ;;
162-
macOS) brew install pcre@8.45 [email protected]; lualib_install_opts+=" PCRE_DIR=/usr/local/Cellar/pcre/8.45 OPENSSL_DIR=/usr/local/opt/[email protected]" ;;
162+
macOS) brew install pcre [email protected]; lualib_install_opts+=" PCRE_DIR=/usr/local/Cellar/pcre/8.45 OPENSSL_DIR=/usr/local/opt/[email protected]" ;;
163163
esac
164164
echo "::endgroup::"
165165

0 commit comments

Comments
 (0)