diff --git a/.github/workflows/ghost-core.yml b/.github/workflows/ghost-core.yml index 2d0c3f82a2..d4c6bc4b9b 100644 --- a/.github/workflows/ghost-core.yml +++ b/.github/workflows/ghost-core.yml @@ -77,7 +77,7 @@ jobs: - name: install dependencies - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install automake libtool boost miniupnpc pkg-config python qt@5 libevent qrencode protobuf hidapi librsvg sqlite berkeley-db@4 + run: HOMEBREW_NO_AUTO_UPDATE=1 brew install automake libtool boost miniupnpc pkg-config python libevent qrencode protobuf hidapi librsvg sqlite berkeley-db@4 - name: Refresh automake configs run: ./autogen.sh