Skip to content

Commit a0a4c10

Browse files
committed
fix(CI): use the bash shell for the Build extension task
1 parent ebaf8b9 commit a0a4c10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- name: Setup just
5454
uses: extractions/setup-just@v1
5555
- name: Build extension
56+
shell: bash
5657
run: |
5758
if [[ "$RUNNER_OS" == "Windows" ]]; then
5859
ridk enable

0 commit comments

Comments
 (0)