File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,21 @@ inputs:
12
12
runs :
13
13
using : ' composite'
14
14
steps :
15
+ # Chrome v128 started to create problem. Pin previous version in the meantime
16
+ # - name: Install Chrome
17
+ # uses: browser-actions/setup-chrome@v1
18
+ # with:
19
+ # chrome-version: 127
15
20
# The Check Chromium step appears necessary to avoid a crash/hang when rendering PDFs
16
21
# https://github.com/quarto-dev/quarto-actions/issues/45#issuecomment-1562599451
17
22
#
18
23
# chromium is installed in the ubuntu 21 runners in GHA, so no need to install it
19
- - name : ' Check Chromium'
20
- if : ${{ runner.os == 'Linux' }}
21
- run : |
22
- echo $(which chromium-browser )
23
- $(which chromium-browser ) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com
24
- shell : bash
24
+ # - name: 'Check Chromium'
25
+ # if: ${{ runner.os == 'Linux' }}
26
+ # run: |
27
+ # echo $(which google-chrome )
28
+ # $(which google-chrome ) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com
29
+ # shell: bash
25
30
- name : ' Render'
26
31
env :
27
32
QUARTO_PRINT_STACK : true
You can’t perform that action at this time.
0 commit comments