ci: [refactor] Move print_version step into ci-windows-cross.py helper

This commit is contained in:
MarcoFalke
2026-02-10 10:46:47 +01:00
parent 64294c8909
commit fa674d55df
2 changed files with 41 additions and 1 deletions

View File

@@ -407,7 +407,7 @@ jobs:
name: ${{ matrix.artifact-name }}-${{ github.run_id }}
- name: Run bitcoind.exe
run: ./bin/bitcoind.exe -version
run: py -3 .github/ci-windows-cross.py print_version
- *SET_UP_VS