Skip to content

Commit

Permalink
fix: urls to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
desdic committed Feb 12, 2025
1 parent fe2ab80 commit 7df785c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
matrix:
include:
- os: ubuntu-24.04
url: /~https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
url: /~https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
manager: sudo apt-get
packages: -y make lua-check
- os: ubuntu-24.04
url: /~https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz
url: /~https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux-x86_64.tar.gz
manager: sudo apt-get
packages: -y make lua-check
steps:
Expand Down

0 comments on commit 7df785c

Please sign in to comment.