diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-12-30 17:19:40 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-30 17:34:26 -0800 |
commit | c2ccbe1f63769446cb15a3f3ef49d688dc04b646 (patch) | |
tree | 40cab170973820a98ffb740562c138e25e5cb2b3 /.github | |
parent | d7f87ee93c25a7200c12fd792a0b4975b38f1845 (diff) | |
download | subsurface-c2ccbe1f63769446cb15a3f3ef49d688dc04b646.tar.gz |
GitHub Actions: install missing Homebrew packages to run tests
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mac.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |