Skip to content

Commit

Permalink
ci: disable windows workflow
Browse files Browse the repository at this point in the history
See: #135
  • Loading branch information
TeofilC committed Dec 4, 2024
1 parent 485fb6e commit 8dd73cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
draft: false
prerelease: false
build_windows:
if: false # This workflow is currently broken due to C library issues. See: https://github.com/haskell/ThreadScope/issues/135
name: ${{ matrix.os }} / ghc ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 8dd73cd

Please sign in to comment.