ci: allow failure on cache errors
This commit is contained in:
parent
45b42aee1d
commit
6acbeecf8d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue