diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fb622b63..56eacbf8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,13 +29,6 @@ jobs: - windows-latest rust: - stable - - "1.41" - - "1.42" - - "1.43" - - "1.44" - - "1.45" - - "1.46" - - "1.47" - "1.48" - "1.49" - "1.50" @@ -50,10 +43,11 @@ jobs: - "1.59" - "1.60" - runs-on: ${{matrix.os}} + runs-on: ${{ matrix.os }} env: RUSTFLAGS: "--deny warnings" + # CARGO_NET_GIT_FETCH_WITH_CLI: true steps: - uses: actions/checkout@v2