File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments