Skip to content

Commit

Permalink
fix(ci): macOS CI fails with "Unrecognized archive format"
Browse files Browse the repository at this point in the history
    Run curl -LO 'https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz'
    tar: Error opening archive: Unrecognized archive format

ref neovim/neovim@036f86f
ref neovim/node-client@de7ecb4
  • Loading branch information
justinmk committed Apr 15, 2024
1 parent d6dc8cf commit 4d65226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
NVIM_BIN_PATH: nvim-linux64/bin
EXTRACT: tar xzf
- os: 'macos-latest'
NIGHTLY: nvim-macos.tar.gz
NVIM_BIN_PATH: nvim-macos/bin
NIGHTLY: nvim-macos-x86_64.tar.gz
NVIM_BIN_PATH: nvim-macos-x86_64/bin
EXTRACT: tar xzf
- os: 'windows-latest'
NIGHTLY: nvim-win64.zip
Expand Down

0 comments on commit 4d65226

Please sign in to comment.