Skip to content

Commit 187cae6

Browse files
committed
remove old workaround
1 parent 1be283c commit 187cae6

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/coverage.yml

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
3838
make Cargo.toml
3939
cargo update
40-
cargo update -p frame-support-procedural --precise 30.0.2
4140
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4241
- name: Upload to codecov.io
4342
uses: codecov/codecov-action@v3

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
run: make dev-format-check
3434
- name: Install clippy
3535
run: rustup component add clippy
36-
- name: Update
37-
run: |
38-
cargo update
39-
cargo update -p frame-support-procedural --precise 30.0.2
4036
- name: Run clippy
4137
run: cargo clippy -- -D warnings
4238
- name: Check for Wasm

.github/workflows/zepter.yml

-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ jobs:
2828
- name: Install Zepter
2929
run: cargo install zepter --version 0.15.0 --locked -q -f --no-default-features && zepter --version
3030
- run: make Cargo.toml
31-
- run: |
32-
cargo update
33-
cargo update -p frame-support-procedural --precise 30.0.2
3431
- name: Check Rust features
3532
run: make dev-features-check

0 commit comments

Comments
 (0)