File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 - v0.10.0
2020 include :
2121 - os : ubuntu-latest
22- install-rg : sudo apt-get update && sudo apt-get install -y ripgrep lua5.3 lua5.3-dev luarocks
22+ install-rg : sudo apt-get update && sudo apt-get install -y ripgrep luarocks
2323 - os : macos-latest
24- install-rg : brew update && brew install ripgrep lua@5.3 luarocks
24+ install-rg : brew update && brew install ripgrep luarocks
2525 - os : windows-latest
26- install-rg : choco install ripgrep lua53 luarocks
26+ install-rg : choco install ripgrep luarocks
2727 steps :
2828 - uses : actions/checkout@v4
2929 - uses : rhysd/action-setup-vim@v1
3535 ${{ matrix.install-rg }}
3636 rg --version
3737 git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ../plenary.nvim
38- luarocks install luacheck --local luacheck
38+ sudo luarocks install luacheck --local luacheck
3939 - name : Run tests
4040 run : |
4141 nvim --version
You can’t perform that action at this time.
0 commit comments