From c2ccbe1f63769446cb15a3f3ef49d688dc04b646 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 30 Dec 2019 17:19:40 -0800 Subject: GitHub Actions: install missing Homebrew packages to run tests Signed-off-by: Dirk Hohndel --- .github/workflows/mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 8df660100..909babfef 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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 -- cgit v1.2.3-70-g09d2