We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a371487 commit 5de3138Copy full SHA for 5de3138
.github/workflows/test.yaml
@@ -72,7 +72,7 @@ jobs:
72
- name: Pre-pend custom Vim install location to `PATH` environment variable
73
if: steps.cache-test-dependencies.outputs.cache-hit == 'true'
74
run: |
75
- echo "$HOME/vim-${{ matrix.vim.version }}/bin:${{ env.PATH }}" >> $GITHUB_ENV
+ echo "$HOME/vim-${{ matrix.vim.version }}/bin:$PATH" >> $GITHUB_ENV
76
77
- name: Test units
78
0 commit comments