CI: use setup-dlang v2

Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
This commit is contained in:
Andrei Horodniceanu 2025-07-01 21:53:13 +03:00 committed by Jan Jurzitza
parent 264c5ef6a9
commit dd28e52ec1
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ jobs:
submodules: recursive submodules: recursive
- name: Setup D - name: Setup D
uses: dlang-community/setup-dlang@v1 uses: dlang-community/setup-dlang@v2
with: with:
compiler: ${{ matrix.dc }} compiler: ${{ matrix.dc }}

View File

@ -18,12 +18,12 @@ jobs:
# Compiler to test with # Compiler to test with
- name: Prepare compiler - name: Prepare compiler
uses: dlang-community/setup-dlang@v1 uses: dlang-community/setup-dlang@v2
with: with:
compiler: dmd-latest compiler: dmd-latest
- name: Prepare compiler - name: Prepare compiler
uses: dlang-community/setup-dlang@v1 uses: dlang-community/setup-dlang@v2
with: with:
compiler: ldc-latest compiler: ldc-latest

View File

@ -21,7 +21,7 @@ jobs:
submodules: recursive submodules: recursive
- name: Setup D - name: Setup D
uses: dlang-community/setup-dlang@v1 uses: dlang-community/setup-dlang@v2
with: with:
compiler: ${{ matrix.dc }} compiler: ${{ matrix.dc }}