diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c71d486..5e65c89 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,9 +42,9 @@ jobs: - build: win-msvc os: windows-2019 rust: stable - - build: win-gnu - os: windows-2019 - rust: stable-x86_64-gnu + # - build: win-gnu + # os: windows-2019 + # rust: stable-x86_64-gnu steps: - name: Check out repository uses: actions/checkout@v3