Skip to content

Commit 228b03a

Browse files
committed
Insure we run command on bash
otherwise it errors on windows
1 parent 8ee4d09 commit 228b03a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

render/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ runs:
2020
run: |
2121
echo $(which chromium-browser)
2222
$(which chromium-browser) --headless https://www.chromestatus.com
23+
shell: bash
2324
- name: 'Render'
2425
env:
2526
QUARTO_PRINT_STACK: true

0 commit comments

Comments
 (0)