We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adab19 commit 6974a74Copy full SHA for 6974a74
1 file changed
.github/workflows/test-install.yml
@@ -43,6 +43,8 @@ jobs:
43
quarto install tinytex
44
45
- name: Install Chrome Headless Shell
46
+ # arm64 Linux support requires #14334. Remove this condition once merged.
47
+ if: runner.arch != 'ARM64'
48
run: |
49
quarto install chrome-headless-shell --no-prompt
50
0 commit comments