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 ed68856 commit a030d74Copy full SHA for a030d74
.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 lsb-release wget
+ apt-get install -y lsb-release wget software-properties-common gnupg
99
wget https://apt.llvm.org/llvm.sh
100
chmod +x llvm.sh
101
./llvm.sh 18 # install LLVM version 18
0 commit comments