Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
fix(ci): install build dependencies for lua-curl when uploading to …
Browse files Browse the repository at this point in the history
…luarocks
  • Loading branch information
NTBBloodbath committed Feb 3, 2024
1 parent 51f352c commit 36ce0cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0 # Required to count the commits
- name: Install build dependencies
run: apt-get install -y libcurl4-gnutls-dev
- name: Luarocks Upload
uses: mrcjkb/luarocks-tag-release@v5
with:
Expand Down

0 comments on commit 36ce0cd

Please sign in to comment.