Re: [PATCH RFC v2 2/2] Move libgit.a sources into separate "lib/" directory
From: Junio C Hamano <hidden>
Date: 2026-06-26 18:50:25
From: Junio C Hamano <hidden>
Date: 2026-06-26 18:50:25
Johannes Schindelin [off-list ref] writes:
quoted
- path: 'compat/vcbuild/vcpkg' + path: 'lib/compat/vcbuild/vcpkg' - name: download vcpkg artifacts uses: git-for-windows/get-azure-pipelines-artifact@v0 with:Please also adopt: -- snip -- From 1d09a51d426bd3592e4f4b0331f7715ab3b5d502 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin <redacted> Date: Fri, 26 Jun 2026 14:39:19 +0200 Subject: [PATCH] fixup??? Move libgit.a sources into separate "lib/" directory Turns out that there was one path that was forgotten to be adjusted. Signed-off-by: Johannes Schindelin <redacted> --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+)
Thanks. Queued at the tip of the topic for now, but I trust Patrick will include/squash it in the next iteration.