Merge pull request #1564 from davidhewitt/allow-cache-errors
ci: allow failure on cache errors
This commit is contained in:
commit
b9d076a45a
|
@ -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