Skip to content

Commit

Permalink
Install additional library
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Jan 15, 2024
1 parent 511dc77 commit dea96ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@ jobs:
- if: matrix.os == 'ubuntu-20.04'
run: |
sudo apt update
sudo apt install liblldb-10 python3-lldb-10
wget "https://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb"
sudo apt install ./libffi6_3.2.1-8_amd64.deb
wget --no-check-certificate -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main'
sudo apt update
sudo apt install liblldb-10 python3-lldb-10
sudo apt install llvm
sudo apt-get install llvm-10 lldb-10 llvm-10-dev libllvm10 llvm-10-runtime
Expand Down

0 comments on commit dea96ed

Please sign in to comment.