Skip to content

Commit 5b27d65

Browse files
committed
workaround
1 parent 50b79a1 commit 5b27d65

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/coverage.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ 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 [email protected] --precise 3.6.12
41+
cargo update [email protected] --precise 3.6.12
4042
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4143
- name: Upload to codecov.io
4244
uses: codecov/codecov-action@v3

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- name: Update
3737
run: |
3838
cargo update
39+
cargo update [email protected] --precise 3.6.12
40+
cargo update [email protected] --precise 3.6.12
3941
- name: Run clippy
4042
run: cargo clippy -- -D warnings
4143
- name: Check for Wasm

0 commit comments

Comments
 (0)