experiment with removing cache

This commit is contained in:
Rohan Sircar 2021-04-23 17:00:49 +05:30
parent 470c4ec4bf
commit fdc151a885

View File

@ -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: |