mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 02:34:59 +00:00
add llvm
This commit is contained in:
parent
6c38a3b7e0
commit
b51836f70c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_test_build_android.yml
vendored
2
.github/workflows/pr_test_build_android.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: Install package dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang
|
||||
sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang llvm
|
||||
|
||||
- name: Execute Build and Setup Commands
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue