Pin flate2 for binaries build

This commit is contained in:
andrussal 2025-12-05 05:18:35 +01:00
parent 7f79426758
commit 74bcea409a

View File

@ -60,6 +60,8 @@ jobs:
git checkout "${NOMOS_NODE_REV}" git checkout "${NOMOS_NODE_REV}"
git reset --hard git reset --hard
git clean -fdx 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
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: |