Skip to content

Commit

Permalink
Merge pull request #84 from rouge8/mise-ci
Browse files Browse the repository at this point in the history
Use mise to install Neovim in CI
  • Loading branch information
rouge8 authored Dec 17, 2024
2 parents 42288ef + d6e0ba2 commit 60ecc2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Prepare dependencies
run: |
mkdir -p _neovim
curl -sL https://github.com/neovim/neovim/releases/download/v0.10.2/nvim-linux64.tar.gz | tar xzf - --strip-components=1 -C "${PWD}/_neovim"
uses: jdx/mise-action@v2

- name: Run tests
run: |
export PATH="${PWD}/_neovim/bin:${PATH}"
Expand Down
2 changes: 2 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
neovim = "latest"

0 comments on commit 60ecc2d

Please sign in to comment.