Skip to content

Commit 799538a

Browse files
committed
fixup: quick update, squash later
1 parent 2cd9dde commit 799538a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ jobs:
4444
with:
4545
luaVersion: "5.1.5"
4646

47-
- uses: hishamhm/gh-actions-luarocks@master
47+
- if: runner.os == 'Windows'
48+
uses: hishamhm/gh-actions-luarocks@master
49+
50+
- if: runner.os != 'Windows'
51+
uses: leafo/gh-actions-luarocks@v5
4852

4953
- if: runner.os == 'Windows'
5054
run: choco install wget

0 commit comments

Comments
 (0)