diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93c97b7..0374c63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,8 +100,8 @@ jobs: toolchain: stable target: ${{ matrix.target }} override: true - - name: Rust Cache - uses: Swatinem/rust-cache@v1.2.0 + # - name: Rust Cache + # uses: Swatinem/rust-cache@v1.2.0 # - name: Install PowerPC GCC # if: matrix.target == 'powerpc64-unknown-linux-gnu' # run: |