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