We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa1d1c commit 0b43f65Copy full SHA for 0b43f65
.github/workflows/alpine.yml
@@ -23,8 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
include:
26
-# Disabled as we rely on DIP1000 `foreach (scope)` which GDC < 12 doesn't support
27
-# - { dc: gdc, dcpkg: gcc-gdc, dcbin: gdc }
+ - { dc: gdc, dcpkg: gcc-gdc, dcbin: gdc }
28
- { dc: ldc, dcpkg: ldc, dcbin: ldc2 }
29
- { dc: dmd, dcpkg: dmd, dcbin: dmd }
30
0 commit comments