|
85 | 85 | - name: Checkout repo |
86 | 86 | uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 |
87 | 87 | - name: Setup D compiler |
88 | | - uses: dlang-community/setup-dlang@763d869b4d67e50c3ccd142108c8bca2da9df166 |
| 88 | + uses: dlang-community/setup-dlang@d7d85fcde7c4cd5f9a6618fce1bccc316e1e910b |
89 | 89 | with: |
90 | 90 | compiler: ${{ matrix.dc }} |
91 | 91 | - name: Cache dub packages (safe to share) |
@@ -143,7 +143,7 @@ jobs: |
143 | 143 | - name: Checkout repo |
144 | 144 | uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 |
145 | 145 | - name: Setup D compiler |
146 | | - uses: dlang-community/setup-dlang@763d869b4d67e50c3ccd142108c8bca2da9df166 |
| 146 | + uses: dlang-community/setup-dlang@d7d85fcde7c4cd5f9a6618fce1bccc316e1e910b |
147 | 147 | with: |
148 | 148 | compiler: ${{ matrix.dc }} |
149 | 149 | - name: Install multi-lib for 32-bit systems |
@@ -203,7 +203,7 @@ jobs: |
203 | 203 | - name: Checkout repo |
204 | 204 | uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 |
205 | 205 | - name: Setup D compiler |
206 | | - uses: dlang-community/setup-dlang@763d869b4d67e50c3ccd142108c8bca2da9df166 |
| 206 | + uses: dlang-community/setup-dlang@d7d85fcde7c4cd5f9a6618fce1bccc316e1e910b |
207 | 207 | with: |
208 | 208 | compiler: ${{ matrix.dc }} |
209 | 209 | - name: Cache dub packages (safe to share) |
@@ -231,15 +231,15 @@ jobs: |
231 | 231 | dub test --arch=$ARCH --build=unittest-ci -c ci-core-test |
232 | 232 | dub test --arch=$ARCH --build=unittest-ci -c ci-ndslice-test |
233 | 233 | dub test --arch=$ARCH --build=unittest-ci -c ci-test |
234 | | - shell: bash |
| 234 | + shell: pwsh |
235 | 235 | - name: Build / test (stable compiler; with coverage) |
236 | 236 | if: ${{ !(contains(matrix.dc, 'beta') || contains(matrix.dc, 'master')) }} |
237 | 237 | run: | |
238 | 238 | dub test --arch=$ARCH --build=unittest-cov-ci -c ci-bignum-test |
239 | 239 | dub test --arch=$ARCH --build=unittest-cov-ci -c ci-core-test |
240 | 240 | dub test --arch=$ARCH --build=unittest-cov-ci -c ci-ndslice-test |
241 | 241 | dub test --arch=$ARCH --build=unittest-cov-ci -c ci-test |
242 | | - shell: bash |
| 242 | + shell: pwsh |
243 | 243 | - name: Upload coverage data |
244 | 244 | if: ${{ !(contains(matrix.dc, 'beta') || contains(matrix.dc, 'master')) }} |
245 | 245 | uses: codecov/codecov-action@v5 |
|
0 commit comments