From: Matt Corallo Date: Wed, 26 Apr 2023 00:56:58 +0000 (+0000) Subject: Drop windows-latest stable rustc build as it now fails X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=commitdiff_plain;h=79c8130a60ef8c4d777fc55998e136c6de5b8f9c Drop windows-latest stable rustc build as it now fails Needs a backport of the fixes in [1] to ntapi 0.3. [1] https://github.com/MSxDOS/ntapi/issues/15 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4763a83..acde23e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,8 @@ jobs: exclude: - platform: macos-latest toolchain: 1.48.0 + - platform: windows-latest + toolchain: stable runs-on: ${{ matrix.platform }} steps: - name: Checkout source code