Skip to content

Commit 89693a7

Browse files
committed
Bash for windows builds.
1 parent 3fcf07f commit 89693a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
components: rust-src
180180

181181
- name: Build binary
182-
run: ./tool/build_windows.sh x64
182+
run: bash tool/build_windows.sh x64
183183

184184
- name: Upload binary
185185
uses: ./.github/actions/upload

0 commit comments

Comments
 (0)