diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index 078e92ac..68fe3a2a 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -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: