We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5142ee5 commit 20b44a3Copy full SHA for 20b44a3
1 file changed
.github/workflows/ci.yml
@@ -206,6 +206,13 @@ jobs:
206
uses: dlang-community/setup-dlang@d7d85fcde7c4cd5f9a6618fce1bccc316e1e910b
207
with:
208
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
216
- name: Cache dub packages (safe to share)
217
uses: actions/cache@v4
218
0 commit comments