mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 11:29:23 +00:00
CI test-sync: removed unnecessary dependencies
This commit is contained in:
parent
a84a0bd8dc
commit
6685a22118
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-sync.yml
vendored
2
.github/workflows/test-sync.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue