Skip to content

Commit 7e857c6

Browse files
committed
Try pre-pending using GitHub Actions syntax
1 parent 04d598d commit 7e857c6

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
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838

3939
env:
40-
PATH: /home/runner/vim-${{ matrix.vim.version }}/bin:$PATH
40+
PATH: /home/runner/vim-${{ matrix.vim.version }}/bin:${{ env.PATH }}
4141

4242
steps:
4343
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)