Fix rust 1.45 CI

This commit is contained in:
Graham Esau 2022-08-12 16:00:11 +01:00
parent ba92234b3e
commit 954f9f4c5c

View file

@ -5,6 +5,9 @@ on: [push, pull_request, workflow_dispatch]
jobs:
ci:
runs-on: ubuntu-latest
env:
# work-around https://github.com/rust-lang/cargo/issues/10303
CARGO_NET_GIT_FETCH_WITH_CLI: ${{ matrix.rust == '1.45.0' }}
strategy:
matrix:
rust: