Skip to content

Commit

Permalink
Disable 1.58.1 build again.
Browse files Browse the repository at this point in the history
Some packages won't resolve with 1.58.1, like rkyv and clap.
  • Loading branch information
bitshifter committed Dec 19, 2023
1 parent 12f0e05 commit 8f26f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -36,8 +36,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [1.58.1, stable, beta, nightly] # weirdness with 1.58.1 and git2
#toolchain: [stable, beta, nightly]
#toolchain: [1.58.1, stable, beta, nightly] # weirdness with 1.58.1 and git2
toolchain: [stable, beta, nightly]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8f26f72

Please sign in to comment.