From 746e404ce5f93fbf2f89876657522e5a4bf3c034 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:52:31 +0000 Subject: [PATCH] Windows, UCRT: Test PR33857 --- .github/workflows/windows-gcc-ucrt.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows-gcc-ucrt.yml b/.github/workflows/windows-gcc-ucrt.yml index a1edff7..d88a1e9 100644 --- a/.github/workflows/windows-gcc-ucrt.yml +++ b/.github/workflows/windows-gcc-ucrt.yml @@ -31,7 +31,8 @@ jobs: - name: Checkout Bitcoin Core repo uses: actions/checkout@v5 with: - repository: bitcoin/bitcoin + repository: hebasto/bitcoin + ref: 251111-doc-ucrt - name: Install dependencies run: | @@ -39,7 +40,7 @@ jobs: - name: Build depends run: | - gmake -C depends -j $(nproc) HOST=${{ env.CI_HOST }} mingw32_CC=/usr/bin/${{ env.CI_HOST }}-gcc mingw32_CXX=/usr/bin/${{ env.CI_HOST }}-g++ NO_QT=1 LOG=1 + gmake -C depends -j $(nproc) HOST=${{ env.CI_HOST }} NO_QT=1 LOG=1 - name: Generate buildsystem run: > @@ -79,7 +80,8 @@ jobs: - name: Checkout Bitcoin Core repo uses: actions/checkout@v5 with: - repository: bitcoin/bitcoin + repository: hebasto/bitcoin + ref: 251111-doc-ucrt - name: Download built executables uses: actions/download-artifact@v4