Skip to content

Commit

Permalink
Update nvim binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
frankroeder committed Jan 30, 2025
1 parent 90e43d8 commit e8c9476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
rev: nightly/nvim-linux64.tar.gz
rev: nightly/nvim-linux-x86_64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
- os: ubuntu-latest
rev: v0.10.4/nvim-linux64.tar.gz
rev: v0.10.4/nvim-linux-x86_64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
rev: nightly/nvim-linux64.tar.gz
rev: nightly/nvim-linux-x86_64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
- os: ubuntu-latest
rev: v0.10.4/nvim-linux64.tar.gz
rev: v0.10.4/nvim-linux-x86_64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
steps:
Expand Down

0 comments on commit e8c9476

Please sign in to comment.