Skip to content

Commit 23b256f

Browse files
committed
Fix shell for tests
1 parent 0a43258 commit 23b256f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ jobs:
241241
if: runner.os == 'Windows'
242242
run: |
243243
dotnet tool install --global wix
244+
244245
- name: Configure
245246
id: build
246247
shell: bash
@@ -273,6 +274,7 @@ jobs:
273274
- name: Run Tests
274275
# These almost always fail so don't let them fail the build and prevent the uploads.
275276
continue-on-error: true
277+
shell: bash
276278
run: |
277279
ninja -C ${{ steps.setup-stage.outputs.build-prefix }}/build stage2-check-all
278280

0 commit comments

Comments
 (0)