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
|
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 }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue