Skip to content

Commit 6a9cc2a

Browse files
committed
fixup: quick update, squash later
1 parent 297970e commit 6a9cc2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ jobs:
4040
uses: actions/checkout@v4
4141

4242
- uses: ilammy/msvc-dev-cmd@v1
43+
- uses: leafo/gh-actions-lua@v11
44+
with:
45+
luaVersion: "5.1.5"
46+
47+
- uses: hishamhm/gh-actions-luarocks@master
4348

44-
- run: choco install lua luarocks wget
49+
- if: runner.os == Windows
50+
run: choco install wget
4551

4652
- name: Download nvim-test
4753
run: make nvim-test

0 commit comments

Comments
 (0)