CI: use setup-dlang v2
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
This commit is contained in:
parent
264c5ef6a9
commit
dd28e52ec1
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Setup D
|
||||
uses: dlang-community/setup-dlang@v1
|
||||
uses: dlang-community/setup-dlang@v2
|
||||
with:
|
||||
compiler: ${{ matrix.dc }}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,12 +18,12 @@ jobs:
|
|||
|
||||
# Compiler to test with
|
||||
- name: Prepare compiler
|
||||
uses: dlang-community/setup-dlang@v1
|
||||
uses: dlang-community/setup-dlang@v2
|
||||
with:
|
||||
compiler: dmd-latest
|
||||
|
||||
- name: Prepare compiler
|
||||
uses: dlang-community/setup-dlang@v1
|
||||
uses: dlang-community/setup-dlang@v2
|
||||
with:
|
||||
compiler: ldc-latest
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Setup D
|
||||
uses: dlang-community/setup-dlang@v1
|
||||
uses: dlang-community/setup-dlang@v2
|
||||
with:
|
||||
compiler: ${{ matrix.dc }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue