Skip to content

Commit

Permalink
Remove unnecessary $PATH from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Dec 17, 2024
1 parent 60ecc2d commit 7ef1e34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:

- name: Run tests
run: |
export PATH="${PWD}/_neovim/bin:${PATH}"
nvim --version
make test

0 comments on commit 7ef1e34

Please sign in to comment.