aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-06-27 01:54:06 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-12-28 15:21:52 -0300
commit8d013613af86435323cd233204ebb51979836f02 (patch)
tree2966e8e9a595aaed949b3acb28dc28fcb6f6ef90
parent176a90f1cb2f6aa97cbe6e2d7788e4863a561557 (diff)
downloadluarocks-8d013613af86435323cd233204ebb51979836f02.tar.gz
luarocks-8d013613af86435323cd233204ebb51979836f02.tar.bz2
luarocks-8d013613af86435323cd233204ebb51979836f02.zip
ci: add dependencies for Linux binary
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d285e491..66f7cfb1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78 78
79 - name: install Linux binary build deps 79 - name: install Linux binary build deps
80 run: | 80 run: |
81 sudo apt install lua5.4 liblua5.4-dev 81 sudo apt install lua5.4 liblua5.4-dev libbz2-dev libssl-dev
82 82
83 - name: build Linux binary 83 - name: build Linux binary
84 run: | 84 run: |