From 81c23bc4cb518b2892ed1ffd089e610a45013692 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 14 May 2024 14:53:54 -0300 Subject: tests: setup openssl via brew with new paths https://stackoverflow.com/questions/29651258/install-openssl-devel-on-mac --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63391324..f9b897f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,10 @@ jobs: - uses: leafo/gh-actions-luarocks@v4.0.0 + - name: 'Setup macOS deps' + if: ${{ contains(matrix.os, 'macos') }} + run: brew install openssl + - name: Prep run: | luarocks install busted -- cgit v1.2.3-55-g6feb