From 01af7085ff596874c6ac52c3c545439625b7db0b Mon Sep 17 00:00:00 2001 From: Cameron Hart Date: Tue, 31 Jan 2023 23:51:38 +1300 Subject: [PATCH] Disable building 1.58.1 because codegen git2 dep weirdness. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d06e336..335c2d26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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