Skip to content

Commit

Permalink
ci: nvim-nio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Mar 18, 2024
1 parent f7d75cc commit 11fcaa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Prepare dependencies
run: |
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
git clone --depth 1 https://github.com/nvim-neotest/nvim-nio ~/.local/share/nvim/site/pack/vendor/start/nvim-nio
git clone --depth 1 https://github.com/mfussenegger/nvim-dap ~/.local/share/nvim/site/pack/vendor/start/nvim-dap
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
Expand Down

0 comments on commit 11fcaa7

Please sign in to comment.