aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-05-14 14:53:54 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-05-14 15:48:32 -0300
commit81c23bc4cb518b2892ed1ffd089e610a45013692 (patch)
tree067f4c0ef944d0c8581b8dfb0b6d2473a608dc09 /.github
parent1823bb266df791aeeb2f55f6fb0f911d8910ab4a (diff)
downloadluarocks-81c23bc4cb518b2892ed1ffd089e610a45013692.tar.gz
luarocks-81c23bc4cb518b2892ed1ffd089e610a45013692.tar.bz2
luarocks-81c23bc4cb518b2892ed1ffd089e610a45013692.zip
tests: setup openssl via brew with new paths
https://stackoverflow.com/questions/29651258/install-openssl-devel-on-mac
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 4 insertions, 0 deletions
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:
39 39
40 - uses: leafo/gh-actions-luarocks@v4.0.0 40 - uses: leafo/gh-actions-luarocks@v4.0.0
41 41
42 - name: 'Setup macOS deps'
43 if: ${{ contains(matrix.os, 'macos') }}
44 run: brew install openssl
45
42 - name: Prep 46 - name: Prep
43 run: | 47 run: |
44 luarocks install busted 48 luarocks install busted