We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
snarkos update command fails with the following message:
snarkos update
self_update: ArchiveNotEnabled: Archive extension 'zip' not supported, please enable 'archive-zip' feature!
https://github.com/AleoHQ/snarkOS/blob/3e0c6838b253fb0121849065b050b84f17c23047/cli/Cargo.toml#L62-L65
self_update crate doesn't have archive_zip feature enabled.
self_update
archive_zip
snarkos update should be able to extract a ZIP archive since snarkOS releases are published as .zip archives.
The text was updated successfully, but these errors were encountered:
Should be resolved with #3342.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐛 Bug Report
snarkos update
command fails with the following message:https://github.com/AleoHQ/snarkOS/blob/3e0c6838b253fb0121849065b050b84f17c23047/cli/Cargo.toml#L62-L65
self_update
crate doesn't havearchive_zip
feature enabled.Steps to Reproduce
snarkos update
on a x86_64 Mac/Windows/LinuxExpected Behavior
snarkos update
should be able to extract a ZIP archive since snarkOS releases are published as .zip archives.Your Environment
The text was updated successfully, but these errors were encountered: