Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Install volta from lock file (#364)
[Volta install fails for arm Ubuntu](https://app.circleci.com/pipelines/github/apollographql/federation-rs/1859/workflows/c28ac5bf-bbbb-4186-86d4-9862b75e64ed/jobs/8236) because: 1. Their rust-toolchain sets Rust to 1.63 2. Hashbrown 0.14.0 is allowed by their Cargo.toml 3. Hashbrown 0.14.0 MSRV is 1.64 I think just using the lock file should fix this
- Loading branch information