Skip to content

Commit 92a1779

Browse files
authored
Unbreak Google Chrome on CI
This is the same fix as needed in quarto-dev/quarto-cli#10627 for Google Chrome to work under GitHub actions.
1 parent 6cb292a commit 92a1779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
if: ${{ runner.os == 'Linux' }}
2121
run: |
2222
echo $(which chromium-browser)
23-
$(which chromium-browser) --headless https://www.chromestatus.com
23+
$(which chromium-browser) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com
2424
shell: bash
2525
- name: 'Render'
2626
env:

0 commit comments

Comments
 (0)