Skip to content

Commit 5824c38

Browse files
committed
Fix typo
1 parent 1876ad9 commit 5824c38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
if ($env:DC_NAME -like "dmd.*") {
219219
dmd --version 2>$null
220220
if ($LASTEXITCODE -ne 0) { "dmd not found"; exit 1 }
221-
} else if ($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)