Skip to content

Commit

Permalink
Disable building 1.58.1 because codegen git2 dep weirdness.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Jan 31, 2023
1 parent 0341e27 commit 01af708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [1.58.1, 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 01af708

Please sign in to comment.