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.5 for binaries build
This commit is contained in:
parent
b6d3bd9065
commit
bfbefcf8c2
2
.github/workflows/build-binaries.yml
vendored
2
.github/workflows/build-binaries.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
git reset --hard
|
||||
git clean -fdx
|
||||
# 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 update -p flate2 --precise 1.1.5
|
||||
cargo +nightly-2025-09-14 build --features testing --bins
|
||||
- name: Package binaries
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user