diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-27 01:54:06 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-12-28 15:21:52 -0300 |
| commit | 8d013613af86435323cd233204ebb51979836f02 (patch) | |
| tree | 2966e8e9a595aaed949b3acb28dc28fcb6f6ef90 | |
| parent | 176a90f1cb2f6aa97cbe6e2d7788e4863a561557 (diff) | |
| download | luarocks-8d013613af86435323cd233204ebb51979836f02.tar.gz luarocks-8d013613af86435323cd233204ebb51979836f02.tar.bz2 luarocks-8d013613af86435323cd233204ebb51979836f02.zip | |
ci: add dependencies for Linux binary
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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: | |
