Skip to content

Commit 15dcffe

Browse files
committed
Fix persistent spacing issue that seems to keep creeping in.
1 parent 726273b commit 15dcffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests_win_cygwin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
with:
9494
name: cygwin-autotools-test-logs-${{ github.run_id }}
9595
path: |
96-
*/*.log
97-
*/*.trs
96+
*/*.log
97+
*/*.trs
9898
9999
build-and-test-cmake:
100100
name: Cygwin-based CMake tests

0 commit comments

Comments
 (0)