mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
workflows: fix client workflow to use bash by default on windows
This commit is contained in:
parent
a3a2148002
commit
87689067a3
3
.github/workflows/client.yml
vendored
3
.github/workflows/client.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user