Skip to content

Commit

Permalink
CI: Re-enable LDC Windows jobs
Browse files Browse the repository at this point in the history
It works just fine, even if we can't test with DMD,
it's enough to give us coverage on the platform.
  • Loading branch information
Geod24 committed May 23, 2024
1 parent df2fc3f commit a526a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- { os: macos-latest, dc: ldc-latest }
- { os: ubuntu-latest, dc: dmd-latest }
- { os: ubuntu-latest, dc: ldc-latest }
# DMD is dumb and seems to overwrite the LIB env variable:
# https://github.com/dlang/dub/issues/1914
# https://github.com/dlang/dub/issues/1915
# - { os: windows-latest, dc: dmd-latest }
# - { os: windows-latest, dc: ldc-latest }
- { os: windows-latest, dc: ldc-latest }

runs-on: ${{ matrix.os }}
timeout-minutes: 30
Expand Down

0 comments on commit a526a68

Please sign in to comment.