From 8a1e33f57494cffd2116ee2c5b62abe3d4b57017 Mon Sep 17 00:00:00 2001 From: cyan Date: Tue, 26 Nov 2024 13:28:12 +0000 Subject: install llvm-ranlib for android --- .github/workflows/full_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index 8f4bac6..41507d1 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -83,7 +83,7 @@ jobs: - name: Install dependencies run: | sudo apt update - sudo apt install -y pigz build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo6 gperf unzip python-is-python3 + sudo apt install -y llvm pigz build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo6 gperf unzip python-is-python3 - uses: actions/checkout@v4 with: fetch-depth: 0 -- cgit v1.2.3