diff options
-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 |