Skip to content

Commit c1d0ccc

Browse files
committed
fix tool installs
1 parent b91e7b8 commit c1d0ccc

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/emmylua-check.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- '*'
77

8+
env:
9+
MISE_AUTO_INSTALL_DISABLE_TOOLS: lua-language-server
10+
811
jobs:
912
luals-check:
1013
strategy:
@@ -24,11 +27,9 @@ jobs:
2427
uses: jdx/mise-action@v2
2528
with:
2629
install_args: "github:neovim/neovim@nightly"
27-
mise_toml: |
28-
[tools]
29-
lua-language-server = "latest"
3030

31-
- name: Run lua-language-server check
31+
- name: Run emmylua_check
32+
continue-on-error: true
3233
run: |
3334
mise use github:neovim/neovim@nightly
3435
NEOTREE_LUARC=".github/workflows/.luarc-${{ matrix.lua }}.json" mise run emmylua-check

.github/workflows/luals-check.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- '*'
77

8+
env:
9+
MISE_AUTO_INSTALL_DISABLE_TOOLS: cargo-binstall,cargo:emmylua_ls,cargo:emmylua_check
10+
811
jobs:
912
luals-check:
1013
strategy:
@@ -25,11 +28,6 @@ jobs:
2528
uses: jdx/mise-action@v2
2629
with:
2730
install_args: "github:neovim/neovim@nightly"
28-
mise_toml: |
29-
[tools]
30-
cargo-binstall = "latest"
31-
"cargo:emmylua_ls" = "latest"
32-
"cargo:emmylua_check" = "latest"
3331

3432
- name: Run lua-language-server check
3533
run: |

0 commit comments

Comments
 (0)