Skip to content

Commit 5142ee5

Browse files
committed
Update setup-dlang to latest
1 parent 9b3740f commit 5142ee5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout repo
8686
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
8787
- name: Setup D compiler
88-
uses: dlang-community/setup-dlang@763d869b4d67e50c3ccd142108c8bca2da9df166
88+
uses: dlang-community/setup-dlang@d7d85fcde7c4cd5f9a6618fce1bccc316e1e910b
8989
with:
9090
compiler: ${{ matrix.dc }}
9191
- name: Cache dub packages (safe to share)
@@ -143,7 +143,7 @@ jobs:
143143
- name: Checkout repo
144144
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
145145
- name: Setup D compiler
146-
uses: dlang-community/setup-dlang@763d869b4d67e50c3ccd142108c8bca2da9df166
146+
uses: dlang-community/setup-dlang@d7d85fcde7c4cd5f9a6618fce1bccc316e1e910b
147147
with:
148148
compiler: ${{ matrix.dc }}
149149
- name: Install multi-lib for 32-bit systems
@@ -203,7 +203,7 @@ jobs:
203203
- name: Checkout repo
204204
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
205205
- name: Setup D compiler
206-
uses: dlang-community/setup-dlang@763d869b4d67e50c3ccd142108c8bca2da9df166
206+
uses: dlang-community/setup-dlang@d7d85fcde7c4cd5f9a6618fce1bccc316e1e910b
207207
with:
208208
compiler: ${{ matrix.dc }}
209209
- name: Cache dub packages (safe to share)
@@ -231,15 +231,15 @@ jobs:
231231
dub test --arch=$ARCH --build=unittest-ci -c ci-core-test
232232
dub test --arch=$ARCH --build=unittest-ci -c ci-ndslice-test
233233
dub test --arch=$ARCH --build=unittest-ci -c ci-test
234-
shell: bash
234+
shell: pwsh
235235
- name: Build / test (stable compiler; with coverage)
236236
if: ${{ !(contains(matrix.dc, 'beta') || contains(matrix.dc, 'master')) }}
237237
run: |
238238
dub test --arch=$ARCH --build=unittest-cov-ci -c ci-bignum-test
239239
dub test --arch=$ARCH --build=unittest-cov-ci -c ci-core-test
240240
dub test --arch=$ARCH --build=unittest-cov-ci -c ci-ndslice-test
241241
dub test --arch=$ARCH --build=unittest-cov-ci -c ci-test
242-
shell: bash
242+
shell: pwsh
243243
- name: Upload coverage data
244244
if: ${{ !(contains(matrix.dc, 'beta') || contains(matrix.dc, 'master')) }}
245245
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)