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 f3173c6 commit 1b581cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
include:
- os: ubuntu-20.04
cargoargs: --features build-llvm
- os: macos-latest
cargoargs: --features build-llvm
# - os: macos-latest
# cargoargs: --features build-llvm
# - os: windows-latest
# cargoargs: ''

Expand Down Expand Up @@ -90,6 +90,8 @@ jobs:
- if: matrix.os == 'ubuntu-20.04'
run: |
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
Expand Down

0 comments on commit 1b581cf

Please sign in to comment.