From bbc3407861151e0907a938332ff46d40f13725aa Mon Sep 17 00:00:00 2001 From: sunerok <8443713+justinvforvendetta@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:41:46 -0500 Subject: [PATCH] Update macos-full.yml --- .github/workflows/macos-full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-full.yml b/.github/workflows/macos-full.yml index 6c882244..f4daf788 100644 --- a/.github/workflows/macos-full.yml +++ b/.github/workflows/macos-full.yml @@ -1,4 +1,4 @@ -ame: '[Full Build] MacOs' +Name: '[Full Build] MacOs' on: [push] @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v1 - name: Brew install base dependencies - run: brew install automake berkeley-db4 libtool boost@1.76 miniupnpc qtr@5 openssl pkg-config protobuf python libevent qrencode librsvg + run: brew install automake berkeley-db4 libtool boost@1.76 miniupnpc qt@5 openssl pkg-config protobuf python libevent qrencode librsvg - name: Brew link dependencies run: brew link boost@1.76