Skip to content

Commit ed68856

Browse files
committed
fix ci
1 parent 1202888 commit ed68856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,14 @@ jobs:
8888
run: |
8989
apt-get update -y
9090
apt-get install -y sudo libnss3-dev libssl-dev
91-
apt-get install -y curl wget make git build-essential
91+
apt-get install -y curl make git build-essential
9292
apt-get install -y zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev # required for pyenv
9393
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
9494
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
9595
- name: Setup LLVM
9696
if: ${{ startsWith(matrix.os, 'ubuntu') && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9797
run: |
98+
apt-get install -y lsb-release wget
9899
wget https://apt.llvm.org/llvm.sh
99100
chmod +x llvm.sh
100101
./llvm.sh 18 # install LLVM version 18

0 commit comments

Comments
 (0)