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/workflows/build.yml | |
parent | Merge pull request #7332 (diff) | |
parent | [CI] Adaptive mining timeout, depending on available CPU power (diff) | |
download | monero-9a5579fc4f9caa41ef05d0c8190ce03a6f33f84c.tar.xz |
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 '')
-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 |