mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Pin flate2 to 1.1.9 for binaries build
This commit is contained in:
parent
74bcea409a
commit
b6d3bd9065
4
.github/workflows/build-binaries.yml
vendored
4
.github/workflows/build-binaries.yml
vendored
@ -60,8 +60,8 @@ jobs:
|
||||
git checkout "${NOMOS_NODE_REV}"
|
||||
git reset --hard
|
||||
git clean -fdx
|
||||
# Work around flate2 1.1.x ambiguity issues by pinning to a stable release.
|
||||
cargo +nightly-2025-09-14 update -p flate2 --precise 1.0.28
|
||||
# Work around flate2 1.1.6 ambiguity issues by pinning to a fixed release.
|
||||
cargo +nightly-2025-09-14 update -p flate2 --precise 1.1.9
|
||||
cargo +nightly-2025-09-14 build --features testing --bins
|
||||
- name: Package binaries
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user