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
  • Loading branch information
justinmk committed Mar 26, 2024
1 parent a66140b commit 24d4456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
NVIM_BIN_PATH: nvim-linux64/bin
EXTRACT: tar xzf
- os: macos-11
NIGHTLY: nvim-macos.tar.gz
NIGHTLY: nvim-macos-x86_64.tar.gz
NVIM_BIN_PATH: nvim-macos/bin
EXTRACT: tar xzf
- os: windows-latest
Expand Down

0 comments on commit 24d4456

Please sign in to comment.