summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-11-26 13:28:12 +0000
committercyan <cyjan@mrcyjanek.net>2024-11-26 13:28:12 +0000
commit8a1e33f57494cffd2116ee2c5b62abe3d4b57017 (patch)
tree5bb0f68a268480ec04859cb49ef8d88c747ccf96
parentf4179fbd8dc37e79372079966e2a564a284bdb96 (diff)
install llvm-ranlib for android
-rw-r--r--.github/workflows/full_check.yaml2
1 files changed, 1 insertions, 1 deletions
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