From 53470a16545ae028dbba7bc18baeace0404070c9 Mon Sep 17 00:00:00 2001 From: bleach86 <14421739+bleach86@users.noreply.github.com> Date: Fri, 5 Jan 2024 05:30:32 -0600 Subject: [PATCH] Update ghost-core.yml --- .github/workflows/ghost-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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