mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(ci): downgrade async-executor to 1.5.2 (#7911)
This commit is contained in:
committed by
GitHub
parent
c68fbfcb2d
commit
e9e68abb33
1
.github/workflows/test-core.yml
vendored
1
.github/workflows/test-core.yml
vendored
@@ -106,6 +106,7 @@ jobs:
|
||||
cargo update -p reqwest --precise 0.11.18
|
||||
cargo update -p cfg-expr:0.15.5 --precise 0.15.4
|
||||
cargo update -p memchr --precise 2.6.2
|
||||
cargo update -p async-executor --precise 1.5.1
|
||||
|
||||
- name: test
|
||||
run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}
|
||||
|
||||
Reference in New Issue
Block a user