Skip to content

Commit 3c81294

Browse files
committed
windows
1 parent 7bce259 commit 3c81294

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ concurrency:
44
group: ${{ github.ref }}
55
cancel-in-progress: true
66

7+
defaults:
8+
run:
9+
shell: bash
10+
711
on:
812
push:
913
branches:
@@ -83,9 +87,7 @@ jobs:
8387
steps:
8488
- uses: actions/checkout@v4
8589
- run: eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
86-
shell: bash
8790
- run: eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
88-
shell: bash
8991
- if: matrix.config.run
9092
run: ${{ matrix.config.run }}
9193
- env:

0 commit comments

Comments
 (0)