Skip to content

Commit 20b44a3

Browse files
committed
Add verify toolchain step
1 parent 5142ee5 commit 20b44a3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,13 @@ jobs:
206206
uses: dlang-community/setup-dlang@d7d85fcde7c4cd5f9a6618fce1bccc316e1e910b
207207
with:
208208
compiler: ${{ matrix.dc }}
209+
- name: Verify toolchain
210+
shell: pwsh
211+
run: |
212+
Get-Command dmd, ldc2, dub -ErrorAction SilentlyContinue | Format-Table -AutoSize
213+
Get-Command dub -all
214+
dub --version
215+
echo $env:Path
209216
- name: Cache dub packages (safe to share)
210217
uses: actions/cache@v4
211218
with:

0 commit comments

Comments
 (0)