We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6360987 commit aeedfb3Copy full SHA for aeedfb3
.github/workflows/testing.yml
@@ -324,8 +324,6 @@ jobs:
324
runs-on: windows-2022
325
timeout-minutes: 30
326
steps:
327
- - name: Checkout repo
328
- uses: actions/checkout@v6
329
- name: Setup Cygwin
330
uses: cygwin/cygwin-install-action@v6
331
with:
@@ -337,6 +335,8 @@ jobs:
337
335
libpng-devel
338
336
make
339
pkg-config
+ - name: Checkout repo
+ uses: actions/checkout@v6
340
- name: Build & install using Make
341
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -o igncr '{0}'
342
run: | # Cygwin does not support `make develop` sanitizers ASan or UBSan
0 commit comments