Skip to content

Commit f74dcb2

Browse files
phanenibhagwan
authored andcommitted
ci: test puc lua
1 parent 911d8d4 commit f74dcb2

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
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

0 commit comments

Comments
 (0)