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