Skip to content

Commit 60fd7d2

Browse files
committed
chore: set GITHUB_PATH in env
1 parent 2c12c89 commit 60fd7d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353

5454
env:
5555
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
56+
GITHUB_PATH: luals/bin:${GITHUB_PATH}
5657

5758
steps:
5859
- name: checkout
@@ -68,7 +69,7 @@ jobs:
6869
run: |
6970
mkdir -p luals
7071
curl -L "https://github.com/LuaLS/lua-language-server/releases/download/${{ matrix.luals_version }}/lua-language-server-${{ matrix.luals_version }}-linux-x64.tar.gz" | tar zx --directory luals
71-
echo "luals/bin" >> "$GITHUB_PATH"
72+
# echo "luals/bin" >> "$GITHUB_PATH"
7273
7374
- run: make check
7475

0 commit comments

Comments
 (0)