Skip to content

Commit 0f00663

Browse files
committed
disable bindist 9.8.1 test on windows
As with 9.6.2 proto-lens-protoc fails with an access violation error See issue 2131
1 parent 438e1d4 commit 0f00663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/workflow.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156
# currently proto-lens-protoc fails with an access violation on Windows
157157
- ghc: 9.6.2
158158
os: windows-latest
159+
- ghc: 9.8.1
160+
os: windows-latest
159161
env:
160162
GHC_VERSION: ${{ matrix.ghc }}
161163
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)