Skip to content

Commit 6c2abdb

Browse files
committed
fix ci
1 parent c7401ce commit 6c2abdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +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 pallet-revive-proc-macro@0.3.1 --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
41+
cargo update pallet-revive-proc-macro --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
4242
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4343
- name: Upload to codecov.io
4444
uses: codecov/codecov-action@v5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
cargo update
3939
cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
40-
cargo update pallet-revive-proc-macro@0.3.1 --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
40+
cargo update pallet-revive-proc-macro --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
4141
- name: Run clippy
4242
run: cargo clippy -- -D warnings
4343
- name: Check for Wasm

0 commit comments

Comments
 (0)