> Note: I based this on the earliest topic where it would apply without > merge conflicts, js/ci-windows-update (which is unfortunately quite > recent, it is not reachable from any version older than v2.33.0). So do you want this forked from v2.33.0 (and merged to 'maint' so that v2.33.2, if we need to issue it, would have it)? https://github.com/git/git/actions/runs/1334961399 is the CI/PR run on v2.33.1 from yesterday. Our PATH wasn't contaminated and we didn't see the problem you fixed here by mere luck, and you were unlucky when you ran the same for generating your release material? Thanks. > Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1057/dscho/work-around-windows-ci-failures-with-gpg-v1 > Pull-Request: https://github.com/gitgitgadget/git/pull/1057 > > .github/workflows/main.yml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml > index 0f7516c9ef3..2a6d68718ae 100644 > --- a/.github/workflows/main.yml > +++ b/.github/workflows/main.yml > @@ -88,7 +88,7 @@ jobs: > env: > HOME: ${{runner.workspace}} > NO_PERL: 1 > - run: ci/make-test-artifacts.sh artifacts > + run: . /etc/profile && ci/make-test-artifacts.sh artifacts > - name: zip up tracked files > run: git archive -o artifacts/tracked.tar.gz HEAD > - name: upload tracked files and build artifacts > @@ -115,7 +115,7 @@ jobs: > - uses: git-for-windows/setup-git-for-windows-sdk@v1 > - name: test > shell: bash > - run: ci/run-test-slice.sh ${{matrix.nr}} 10 > + run: . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10 > - name: ci/print-test-failures.sh > if: failure() > shell: bash > @@ -199,7 +199,7 @@ jobs: > env: > NO_SVN_TESTS: 1 > GIT_TEST_SKIP_REBASE_P: 1 > - run: ci/run-test-slice.sh ${{matrix.nr}} 10 > + run: . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10 > - name: ci/print-test-failures.sh > if: failure() > shell: bash > > base-commit: d681d0dc3a77016caa7e26abfe734afbdab44de5