diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-03-30 12:04:36 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-03-30 12:04:36 -0400 |
| commit | 9a5579fc4f9caa41ef05d0c8190ce03a6f33f84c (patch) | |
| tree | 3b08072b2352360e26884e24134494dcfc585e4b /.github | |
| parent | 39ce27b5d5f29698f5f22f4e30a53961b7dc4a71 (diff) | |
| parent | 45f01f577c108f1890bb3c18e4e1fbf27e0f832d (diff) | |
| download | monzero-core-9a5579fc4f9caa41ef05d0c8190ce03a6f33f84c.tar.gz monzero-core-9a5579fc4f9caa41ef05d0c8190ce03a6f33f84c.tar.xz monzero-core-9a5579fc4f9caa41ef05d0c8190ce03a6f33f84c.zip | |
Merge pull request #7387
45f01f5 [CI] Adaptive mining timeout, depending on available CPU power Printing also available RAM. Add comprehensive description. (mj-xmr)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c358e93e..a27996a50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,8 +130,8 @@ jobs: run: sudo apt update - name: install monero dependencies run: sudo apt -y install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libzmq3-dev libsodium-dev libhidapi-dev libnorm-dev libusb-1.0-0-dev libpgm-dev libprotobuf-dev protobuf-compiler - - name: install requests - run: pip install requests + - name: install Python dependencies + run: pip install requests psutil monotonic - name: tests env: CTEST_OUTPUT_ON_FAILURE: ON |
