Skip to content

Commit

Permalink
disable dmd-latest test on window
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Nov 30, 2022
1 parent eaeeabc commit 8ce26af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- ldc-latest
- ldc-1.27.0
- ldc-1.23.0
exclude:
# linker errors with unit-threaded on dmd-latest with 2.101 for some reason
- os: windows-latest
dc: dmd-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8ce26af

Please sign in to comment.