Skip to content

Commit c7401ce

Browse files
committed
fix ci
1 parent d30863f commit c7401ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
make Cargo.toml
3939
cargo update
4040
cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
41+
cargo update [email protected] --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
4142
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4243
- name: Upload to codecov.io
4344
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)