Skip to content

Commit a0297e3

Browse files
committed
chore: set GITHUB_PATH in env
1 parent 48305d8 commit a0297e3

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,7 +53,8 @@ jobs:
5353

5454
env:
5555
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
56-
GITHUB_PATH: luals/bin:${{ github.path }}
56+
GITHUB_PATH: luals/bin:${{ github.path }}:${{ github.workflow }}
57+
PATH: luals/bin:${{ github.path }}:${{ github.workflow }}
5758

5859
steps:
5960
- name: checkout

0 commit comments

Comments
 (0)