Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Sep 26, 2024
1 parent 3f3f68d commit 3f1c20f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
[
"1.38.0",
"1.42.0",
"1.43.0",
"1.80.0",
"1.81.0",
"stable",
"beta",
"nightly",
]
toolchain: ["1.81.0", "stable", "beta", "nightly"]
env:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
steps:
Expand Down

0 comments on commit 3f1c20f

Please sign in to comment.