Skip to content

Commit 6974a74

Browse files
committed
Skip chrome-headless-shell install on arm64 until #14334 lands
1 parent 1adab19 commit 6974a74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
quarto install tinytex
4444
4545
- name: Install Chrome Headless Shell
46+
# arm64 Linux support requires #14334. Remove this condition once merged.
47+
if: runner.arch != 'ARM64'
4648
run: |
4749
quarto install chrome-headless-shell --no-prompt
4850

0 commit comments

Comments
 (0)