diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c931af..bd93afc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,8 +143,8 @@ jobs: toolchain: stable target: x86_64-unknown-linux-gnu override: true - # - name: Rust Cache - # uses: Swatinem/rust-cache@v1.2.0 + - name: Rust Cache + uses: Swatinem/rust-cache@v1.2.0 - name: Login to Docker Hub uses: docker/login-action@v1 with: