Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jul 19, 2024
1 parent ebfe646 commit 59fb649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/internal/setup-lua/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ runs:
macOS)
brew install pcre pcre2 [email protected]
lualib_install_opts+=" OPENSSL_DIR=/usr/local/opt/[email protected]"
set -x
find {/opt/homebrew,/usr/local}/Cellar/pcre/* | sort -V | tail -n 1
pcre_dir=$(find {/opt/homebrew,/usr/local}/Cellar/pcre/* 2>/dev/null | sort -V | tail -n 1)
if [[ -n $pcre_dir ]]; then
lualib_install_opts+=" PCRE_DIR=$pcre_dir"
Expand Down

0 comments on commit 59fb649

Please sign in to comment.