Skip to content

Commit

Permalink
libpoly not resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 18, 2024
1 parent 76d5084 commit e544d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cargo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
# See: https://apt.llvm.org/
# Last line: https://gitlab.com/taricorp/llvm-sys.rs/-/issues/13
# Add sudo apt update to make sure stuff resolves correctly
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo apt update
sudo ./llvm.sh ${{ matrix.llvm-major-version }}
sudo apt install libpolly-17-dev libz-dev
Expand Down

0 comments on commit e544d57

Please sign in to comment.