Skip to content

Commit

Permalink
disable bindist 9.8.1 test on windows
Browse files Browse the repository at this point in the history
As with 9.6.2 proto-lens-protoc fails with an access violation error

See issue 2131
  • Loading branch information
ylecornec committed Mar 1, 2024
1 parent 4433d3c commit 7e0d8ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
# currently proto-lens-protoc fails with an access violation on Windows
- ghc: 9.6.2
os: windows-latest
- ghc: 9.8.1
os: windows-latest
env:
GHC_VERSION: ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7e0d8ce

Please sign in to comment.