diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6d69570..1c1e5d98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -43,7 +43,11 @@ jobs: | |||
| 43 | 43 | ||
| 44 | - name: 'Setup macOS deps' | 44 | - name: 'Setup macOS deps' |
| 45 | if: ${{ contains(matrix.os, 'macos') }} | 45 | if: ${{ contains(matrix.os, 'macos') }} |
| 46 | run: brew install openssl | 46 | run: brew install openssl bzip2 |
| 47 | |||
| 48 | - name: 'Setup Ubuntu deps' | ||
| 49 | if: ${{ contains(matrix.os, 'ubuntu') }} | ||
| 50 | run: sudo apt-get install libbz2-dev | ||
| 47 | 51 | ||
| 48 | - name: Prep | 52 | - name: Prep |
| 49 | run: | | 53 | run: | |
| @@ -99,6 +103,9 @@ jobs: | |||
| 99 | with: | 103 | with: |
| 100 | luaVersion: "5.4" | 104 | luaVersion: "5.4" |
| 101 | 105 | ||
| 106 | - name: 'Setup Ubuntu deps' | ||
| 107 | run: sudo apt-get install libbz2-dev | ||
| 108 | |||
| 102 | - name: Binary Build Smoke Test | 109 | - name: Binary Build Smoke Test |
| 103 | run: | | 110 | run: | |
| 104 | ./configure | 111 | ./configure |
