File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 os : [ubuntu-latest, macos-latest, windows-latest]
21- rev : [nightly, v0.11.3]
21+ rev : [nightly, v0.11.3, puc-lua]
22+ exclude :
23+ - os : macos-latest
24+ rev : puc-lua
25+ - os : windows-latest
26+ rev : puc-lua
2227 include :
2328 - os : macos-latest
2429 install-deps : |
@@ -38,10 +43,18 @@ jobs:
3843 - uses : actions/checkout@v4
3944
4045 - uses : rhysd/action-setup-vim@v1
46+ if : matrix.rev != 'puc-lua'
4147 with :
4248 neovim : true
4349 version : ${{ matrix.rev }}
4450
51+ - name : Install puc-lua neovim (nightly)
52+ if : matrix.rev == 'puc-lua'
53+ run : |
54+ wget -O - https://github.com/phanen/neovim-releases/releases/download/nightly/nvim-linux-x86_64.tar.gz | tar zxfv -
55+ sudo cp -r nvim-linux-x86_64/* /usr/local/
56+ rm nvim-linux-x86_64/ -rf
57+
4558 - name : Install Scoop (Windows)
4659 if : runner.os == 'Windows'
4760 shell : pwsh
You can’t perform that action at this time.
0 commit comments