Fix wasm CI failure (#2024)

* Fix wasm ci

* remove cargo-web step
This commit is contained in:
Markus Siglreithmaier 2021-10-26 20:05:01 +02:00 committed by GitHub
parent 1b3b82a3c1
commit 5f24c40d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View file

@ -99,7 +99,7 @@ fn main() {
if wait_cancelled {
*control_flow
} else {
ControlFlow::WaitUntil(time::Instant::now() + WAIT_TIME)
ControlFlow::WaitUntil(instant::Instant::now() + WAIT_TIME)
}
}
Mode::Poll => {