aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-01-03 12:27:21 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-01-03 13:17:28 -0300
commitc67d490b9b1ad359e4e0f801c203c263cbfc7997 (patch)
tree964c8360ad692277c0c345fef0efff2064007b16 /.github
parent775814efc17d681bd30c52ded8e4d0479b0f7e8d (diff)
downloadluarocks-c67d490b9b1ad359e4e0f801c203c263cbfc7997.tar.gz
luarocks-c67d490b9b1ad359e4e0f801c203c263cbfc7997.tar.bz2
luarocks-c67d490b9b1ad359e4e0f801c203c263cbfc7997.zip
ci: install bzip2 depenencies explicitly
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml9
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