Skip to content

Commit b65447c

Browse files
committed
ci: use bash shell for making release artifacts
Signed-off-by: deadprogram <[email protected]>
1 parent 0abc909 commit b65447c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
shell: bash
8585
run: make test GOTESTFLAGS="-v -short"
8686
- name: Build TinyGo release tarball
87+
shell: bash
8788
run: make build/release -j4
8889
- name: Make release artifact
8990
shell: bash

0 commit comments

Comments
 (0)