chore: set GITHUB_PATH in env

This commit is contained in:
Alexander Courtis 2025-03-23 12:33:52 +11:00
parent 48305d86d1
commit a0297e3301

View File

@ -53,7 +53,8 @@ jobs:
env: env:
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime 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: steps:
- name: checkout - name: checkout