workflows: fix client workflow to use bash by default on windows

This commit is contained in:
Alex Zenla 2024-03-21 19:58:03 -07:00
parent a3a2148002
commit 87689067a3
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -20,6 +20,9 @@ jobs:
TARGET_ARCH: "${{ matrix.arch }}"
runs-on: "${{ matrix.os.on }}"
name: build ${{ matrix.os.name }}-${{ matrix.arch }}
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable