Skip to content

Commit a498717

Browse files
committed
fix ci
1 parent acade44 commit a498717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Setup LLVM
9696
if: ${{ startsWith(matrix.os, 'ubuntu') && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9797
run: |
98-
apt-get install -y clang clang++
98+
apt-get install -y llvm clang
9999
apt-get install -y lsb-release wget software-properties-common gnupg
100100
wget https://apt.llvm.org/llvm.sh
101101
chmod +x llvm.sh

0 commit comments

Comments
 (0)