CI test-sync: removed unnecessary dependencies

pull/243/head
SChernykh 2023-03-19 19:32:20 +01:00
parent a84a0bd8dc
commit 6685a22118
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
submodules: recursive
- name: Install dependencies
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake autoconf libtool automake libuv zmq libpgm curl
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake libuv zmq libpgm curl
- name: Build p2pool
run: |