Skip to content

Commit a526a68

Browse files
committed
CI: Re-enable LDC Windows jobs
It works just fine, even if we can't test with DMD, it's enough to give us coverage on the platform.
1 parent df2fc3f commit a526a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- { os: macos-latest, dc: ldc-latest }
2525
- { os: ubuntu-latest, dc: dmd-latest }
2626
- { os: ubuntu-latest, dc: ldc-latest }
27+
# DMD is dumb and seems to overwrite the LIB env variable:
2728
# https://github.com/dlang/dub/issues/1914
28-
# https://github.com/dlang/dub/issues/1915
2929
# - { os: windows-latest, dc: dmd-latest }
30-
# - { os: windows-latest, dc: ldc-latest }
30+
- { os: windows-latest, dc: ldc-latest }
3131

3232
runs-on: ${{ matrix.os }}
3333
timeout-minutes: 30

0 commit comments

Comments
 (0)