Skip to content

Commit aeedfb3

Browse files
committed
Set up Cygwin before cloning our repo
Otherwise different Gits set up and tear down the repo, leading to issues.
1 parent 6360987 commit aeedfb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ jobs:
324324
runs-on: windows-2022
325325
timeout-minutes: 30
326326
steps:
327-
- name: Checkout repo
328-
uses: actions/checkout@v6
329327
- name: Setup Cygwin
330328
uses: cygwin/cygwin-install-action@v6
331329
with:
@@ -337,6 +335,8 @@ jobs:
337335
libpng-devel
338336
make
339337
pkg-config
338+
- name: Checkout repo
339+
uses: actions/checkout@v6
340340
- name: Build & install using Make
341341
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -o igncr '{0}'
342342
run: | # Cygwin does not support `make develop` sanitizers ASan or UBSan

0 commit comments

Comments
 (0)