Skip to content

Commit

Permalink
ci: fix integration test?
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 11, 2024
1 parent 483c61a commit 3c34e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
luarocks --tree ./rocks --lua-version=5.1 --server='https://nvim-neorocks.github.io/rocks-binaries/' make ./rocks.nvim-scm-1.rockspec
- name: Remove system luarocks
shell: bash
if: ! startsWith(matrix.os.host, 'windows')
if: startsWith(matrix.os.host, 'ubuntu') || startsWith(matrix.os.host, 'macos')
run: rm -r .luarocks
- name: Run neovim with rocks.nvim
shell: bash
Expand Down

0 comments on commit 3c34e06

Please sign in to comment.