ci: allow failure on cache errors

This commit is contained in:
David Hewitt 2021-04-18 07:08:16 +01:00
parent 45b42aee1d
commit 6acbeecf8d
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ jobs:
~/.cargo/git
target
key: cargo-${{ matrix.python-version }}-${{ matrix.platform.python-architecture }}-${{ matrix.platform.os }}-${{ matrix.msrv }}-${{ hashFiles('**/Cargo.toml') }}
continue-on-error: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2