chore: set GITHUB_PATH in env
This commit is contained in:
parent
48305d86d1
commit
a0297e3301
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -53,7 +53,8 @@ jobs:
|
||||
|
||||
env:
|
||||
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
|
||||
GITHUB_PATH: luals/bin:${{ github.path }}
|
||||
GITHUB_PATH: luals/bin:${{ github.path }}:${{ github.workflow }}
|
||||
PATH: luals/bin:${{ github.path }}:${{ github.workflow }}
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
||||
Loading…
Reference in New Issue
Block a user