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

Commit

Permalink
fix(ci): use sudo while installing build dependencies for `lua-curl…
Browse files Browse the repository at this point in the history
…` (I really hate GitHub CI)
  • Loading branch information
NTBBloodbath committed Feb 3, 2024
1 parent 36ce0cd commit 71ce34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0 # Required to count the commits
- name: Install build dependencies
run: apt-get install -y libcurl4-gnutls-dev
run: sudo apt-get install -y libcurl4-gnutls-dev
- name: Luarocks Upload
uses: mrcjkb/luarocks-tag-release@v5
with:
Expand Down

0 comments on commit 71ce34c

Please sign in to comment.