Skip to content

Commit 39d4e9c

Browse files
Fix CI install
1 parent 2ef7f1c commit 39d4e9c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
sudo apt-get update
2222
sudo apt-get install --yes neovim luarocks zsh
2323
24-
- uses: taiki-e/install-action@stylua
24+
- uses: taiki-e/install-action@v2
25+
with:
26+
tool: stylua
2527

2628
- name: Install Luacheck
2729
run: sudo luarocks install luacheck

0 commit comments

Comments
 (0)