diff --git a/.drone.yml b/.drone.yml index ab0506c..8b464f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,8 @@ steps: commands: - apk update - apk add --no-cache lua5.1 lua5.1-dev luarocks5.1 - - sudo luarocks-5.1 install luacheck + - rm -rf ~/.cache/luarocks + - luarocks-5.1 install luacheck - luacheck sources - name: build