CI: Workaround for network issue with old Rust toolchain

without.crypto
Jan-Erik Rediger 2 years ago committed by Kagami Sascha Rosylight
parent a2de8a917d
commit 9d5c5e9f24
  1. 4
      .github/workflows/ci.yml

@ -45,6 +45,10 @@ jobs:
env:
CC: clang
- if: ${{ matrix.toolchain == '1.45.0' }}
run: |
echo "CARGO_NET_GIT_FETCH_WITH_CLI=true" >> $GITHUB_ENV
- run: cargo build --verbose
- name: Test with all features

Loading…
Cancel
Save