-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bob cannot install nightly version after latest changes in neovim CI #249
Comments
As a workaround you can just target latest commit on master branch if you want the latest. |
Yes I will once I can finally use a computer, I really hoped clason's PR would be merged so early damn. |
Hmm I just intalled bob from master, but I'm still seeing that error, both with |
@hmnd , how do you install |
By some reason file with hash sum is not provided for nightly archives: UPD: Ah, this is due to now hash sums for all artifacts are stored in a single file. Make sense to continue in #253. |
Ah yup @pkropachev that's exactly what it was for me. Even though I was only trying to update stable, I guess it was querying for the nightly I had installed too and failing as a result. With nightly uninstalled, it works like a charm! |
In my case, I managed to install yesterday's night build. This is why all worked for me. 😄 I guess if new stable version (e.g. v0.10.5) will be released, then we'll face with the same problem like for nightly. |
Subj.
According to neovim/neovim#32194 Neovim team has added
linux-arm64
target and common linux has been chaged tolinux-x86_64
. So, now there are two appimages:nvim-linux-x86_64.appimage
andnvim-linux-arm64.appimage
.Link
https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
is not valid anymore for nightly builds. In the result we get error:@MordechaiHadad , could you please adapt
bob
for it?The text was updated successfully, but these errors were encountered: