Skip to content

Commit b67a2a8

Browse files
committed
Heh, declare variable name to be targeted
1 parent 5de3138 commit b67a2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Pre-pend custom Vim install location to `PATH` environment variable
7373
if: steps.cache-test-dependencies.outputs.cache-hit == 'true'
7474
run: |
75-
echo "$HOME/vim-${{ matrix.vim.version }}/bin:$PATH" >> $GITHUB_ENV
75+
echo "PATH=$HOME/vim-${{ matrix.vim.version }}/bin:$PATH" >> $GITHUB_ENV
7676
7777
- name: Test units
7878
run: |

0 commit comments

Comments
 (0)