Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkehahn committed Jun 2, 2023
1 parent 32af8fb commit 486e372
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 486e372

Please sign in to comment.