File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ jobs:
138
138
- name : Cache Typst packages
139
139
uses : ./.github/actions/cache-typst
140
140
141
- - name : Install Chrome
142
- uses : browser-actions/setup-chrome@v1
143
- with :
144
- chrome-version : 127
141
+ # - name: Install Chrome
142
+ # uses: browser-actions/setup-chrome@v1
143
+ # with:
144
+ # chrome-version: 127
145
145
146
146
- name : Setup Julia
147
147
uses : julia-actions/setup-julia@v2
@@ -174,12 +174,12 @@ jobs:
174
174
# https://github.com/quarto-dev/quarto-actions/issues/45#issuecomment-1562599451
175
175
# Same fix as in quarto-actions/quarto-render
176
176
# chromium is installed in the ubuntu runners in GHA, so no need to install it
177
- - name : " Check Chromium"
178
- if : ${{ runner.os == 'Linux' }}
179
- run : |
180
- echo $(which google-chrome)
181
- $(which google-chrome) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com
182
- shell : bash
177
+ # - name: "Check Chromium"
178
+ # if: ${{ runner.os == 'Linux' }}
179
+ # run: |
180
+ # echo $(which google-chrome)
181
+ # $(which google-chrome) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com
182
+ # shell: bash
183
183
184
184
- name : Run all Smoke Tests Windows
185
185
if : ${{ runner.os == 'Windows' && format('{0}', inputs.buckets) == '' && matrix.time-test == false }}
You can’t perform that action at this time.
0 commit comments