From 78198407624e938c5564ded273b167fd5711454b Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:50:11 +0100 Subject: [PATCH] 7th --- .github/workflows/ci.yml | 10 +++++++++- README.md | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e59d9ea72c0965..1d6488061f3698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,15 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 8 # Two more than --max-count - run: | - echo "COMMIT_AFTER_LAST_MERGE=$(git log $(git log --merges -1 --format='%H')..HEAD --format='%H' --max-count=${{ env.MAX_COUNT }} | tail -1)" >> "$GITHUB_ENV" + echo ============================================================ + git log --merges -1 --format='%H' + echo ============================================================ + git log $(git log --merges -1 --format='%H')..HEAD --format='%H' --max-count=${{ env.MAX_COUNT }} + echo ============================================================ + git log $(git log --merges -1 --format='%H')..HEAD --format='%H' --max-count=${{ env.MAX_COUNT }} | tail -1 + echo ============================================================ + echo "COMMIT_AFTER_LAST_MERGE=$(git log $(git log --merges -1 --format=%H)..HEAD --format=%H --max-count=${{ env.MAX_COUNT }} | tail -1)" >> "$GITHUB_ENV" + echo ============================================================ - run: sudo apt install clang ccache build-essential libtool autotools-dev automake pkg-config bsdmainutils python3-zmq libevent-dev libboost-dev libsqlite3-dev libdb++-dev systemtap-sdt-dev libminiupnpc-dev libnatpmp-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools qtwayland5 libqrencode-dev -y - name: Compile and run tests run: | diff --git a/README.md b/README.md index 2eab2315eb6ea1..ce997e747e1287 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Bitcoin Core integration/staging tree ===================================== + https://bitcoincore.org For an immediately usable, binary version of the Bitcoin Core software, see