From 4a8d7e54dc455c7ca7efbd0e4c30db847fffe65e Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Wed, 3 Jan 2024 17:21:39 +0100 Subject: [PATCH] fix(ci/luarocks): use `sudo` --- .github/workflows/luarocks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index fbb52f1..5c518bd 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 # Required to count the commits - name: Install protoc - run: apt-get install protobuf-compiler + run: sudo apt-get install -y protobuf-compiler - name: Get Version run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV - name: LuaRocks Upload