Skip to content

Commit 1e140fe

Browse files
fix(ci): fix windows shell issue
1 parent 64c42c8 commit 1e140fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v2
3535
- name: Build the crate for release
36+
shell: bash
3637
run: |
3738
cargo build --release
3839
ls -la target/release

0 commit comments

Comments
 (0)