workflows: add android to depends

This commit is contained in:
selsta 2022-07-05 21:32:21 +02:00
parent b54d5ae383
commit 6d8fa2b9a9
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 3 additions and 0 deletions

View File

@ -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