From aeedfb35a684744eb1826de214b946f577f0125d Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 16 Apr 2026 03:16:56 +0200 Subject: [PATCH] Set up Cygwin before cloning our repo Otherwise different Gits set up and tear down the repo, leading to issues. --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8c03d70d..184e9726 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -324,8 +324,6 @@ jobs: runs-on: windows-2022 timeout-minutes: 30 steps: - - name: Checkout repo - uses: actions/checkout@v6 - name: Setup Cygwin uses: cygwin/cygwin-install-action@v6 with: @@ -337,6 +335,8 @@ jobs: libpng-devel make pkg-config + - name: Checkout repo + uses: actions/checkout@v6 - name: Build & install using Make shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -o igncr '{0}' run: | # Cygwin does not support `make develop` sanitizers ASan or UBSan