Skip to content

Commit 9eabeef

Browse files
committed
Update wildcard
1 parent 5824c38 commit 9eabeef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ jobs:
215215
dub --version 2>$null
216216
if ($LASTEXITCODE -ne 0) { "dub not found"; exit 1 }
217217
218-
if ($env:DC_NAME -like "dmd.*") {
218+
if ($env:DC_NAME -like "dmd*") {
219219
dmd --version 2>$null
220220
if ($LASTEXITCODE -ne 0) { "dmd not found"; exit 1 }
221-
} elseif ($env:DC_NAME -like "ldc.*") {
221+
} elseif ($env:DC_NAME -like "ldc*") {
222222
ldc2 --version 2>$null
223223
if ($LASTEXITCODE -ne 0) { "dmd not found"; exit 1 }
224224
} else {

0 commit comments

Comments
 (0)