Skip to content

Commit 5de3138

Browse files
committed
Use combo of GHA and Bash variable expansion
1 parent a371487 commit 5de3138

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:${{ env.PATH }}" >> $GITHUB_ENV
75+
echo "$HOME/vim-${{ matrix.vim.version }}/bin:$PATH" >> $GITHUB_ENV
7676
7777
- name: Test units
7878
run: |

0 commit comments

Comments
 (0)