diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
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 |
