Skip to content

Commit

Permalink
fixup! TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke committed Aug 29, 2023
1 parent 169e182 commit ad4ea0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Run check
run: |
export PATH="${PWD}/_neovim/bin:${PATH}"
export PATH="${PWD}/_lua-ls:${PATH}"
export PATH="${PWD}/_lua-ls/bin:${PATH}"
export VIM="${PWD}/_neovim/share/nvim/runtime"
nvim --version
make lua-language-server version=${{ matrix.version }}
Expand Down

0 comments on commit ad4ea0a

Please sign in to comment.