We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acade44 commit a498717Copy full SHA for a498717
.github/workflows/test-and-publish.yaml
@@ -95,7 +95,7 @@ jobs:
95
- name: Setup LLVM
96
if: ${{ startsWith(matrix.os, 'ubuntu') && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
97
run: |
98
- apt-get install -y clang clang++
+ apt-get install -y llvm clang
99
apt-get install -y lsb-release wget software-properties-common gnupg
100
wget https://apt.llvm.org/llvm.sh
101
chmod +x llvm.sh
0 commit comments