List msys2 files for debugging.

This commit is contained in:
Alexander Shaduri
2024-05-21 14:47:26 +04:00
parent 5085c35269
commit 13c644efdc
+3 -1
View File
@@ -98,7 +98,9 @@ jobs:
- name: List installed files
shell: msys2 {0}
run: ls -1R /mingw64
run: |
ls -1R /mingw64
ls -1R /mingw32
- name: Configure CMake
shell: msys2 {0}