From 1249c4ef58582056b83c151b8287b1a7ae4e9751 Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 15 Apr 2026 21:53:29 -0400 Subject: [PATCH] Revert "Set up Cygwin before cloning our repo" This reverts commit aeedfb35a684744eb1826de214b946f577f0125d. --- .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 184e9726..8c03d70d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -324,6 +324,8 @@ 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: @@ -335,8 +337,6 @@ 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