GitHub Actions: install missing Homebrew packages to run tests

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-12-30 17:19:40 -08:00
parent d7f87ee93c
commit c2ccbe1f63

View file

@ -14,7 +14,7 @@ jobs:
- name: checkout sources
uses: actions/checkout@v1
- name: setup Homebrew
run: brew install autoconf automake libtool xz hidapi libusb libxml2 libxslt libzip openssl pkg-config libgit2 libssh2
run: brew install autoconf automake libtool xz hidapi libusb libxml2 libxslt libzip openssl pkg-config libgit2 libssh2 libjpg libpng
- name: set our Qt build
run: |
mkdir -p Qt/5.13.0