diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14c6a664338..c90c6357996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,8 +199,6 @@ jobs: components: miri override: true - uses: Swatinem/rust-cache@v1 - - name: tmp clean - run: cargo clean - name: miri # Many of tests in tokio/tests and doctests use #[tokio::test] or # #[tokio::main] that calls epoll_create1 that Miri does not support.