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 toolchain: stable
target: ${{ matrix.target }} target: ${{ matrix.target }}
override: true override: true
- name: Rust Cache # - name: Rust Cache
uses: Swatinem/rust-cache@v1.2.0 # uses: Swatinem/rust-cache@v1.2.0
# - name: Install PowerPC GCC # - name: Install PowerPC GCC
# if: matrix.target == 'powerpc64-unknown-linux-gnu' # if: matrix.target == 'powerpc64-unknown-linux-gnu'
# run: | # run: |