mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-07 15:53:10 +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 reset --hard
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
# Work around flate2 1.1.6 ambiguity issues by pinning to a fixed release.
|
# 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
|
cargo +nightly-2025-09-14 build --features testing --bins
|
||||||
- name: Package binaries
|
- name: Package binaries
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user