mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #8420
6d8fa2b
workflows: add android to depends (selsta)
This commit is contained in:
commit
cfe38f2242
3
.github/workflows/depends.yml
vendored
3
.github/workflows/depends.yml
vendored
@ -55,6 +55,9 @@ jobs:
|
||||
- name: "x86_64 Freebsd"
|
||||
host: "x86_64-unknown-freebsd"
|
||||
packages: "clang-8 gperf cmake python3-zmq libdbus-1-dev libharfbuzz-dev"
|
||||
- name: "ARMv8 Android"
|
||||
host: "aarch64-linux-android"
|
||||
packages: "gperf cmake python3"
|
||||
name: ${{ matrix.toolchain.name }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
Reference in New Issue
Block a user