Skip to content

Commit 3c34eea

Browse files
Update nightly.yml
1 parent 0cd775d commit 3c34eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ jobs:
269269
- name: test msys2
270270
shell: msys2 {0}
271271
run: |
272-
pwd
273-
find .
272+
dir /s /b /o:gn
273+
274274
# - name: Install llvm-mingw
275275
# run: |
276276
# curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250430/llvm-mingw-20250430-ucrt-x86_64.zip

0 commit comments

Comments
 (0)