Update .gitea/workflows/ChaosTestCI.yaml
All checks were successful
ChaosTest CI / build-and-test (push) Successful in 27s

This commit is contained in:
2025-09-21 17:05:07 +03:00
parent 52d1eb3df6
commit 373b84f1ef

View File

@@ -24,7 +24,8 @@ jobs:
cmake .. cmake ..
cmake --build . cmake --build .
- name: List build directory - name: Debug
run: | run: |
cd build cd build
ls -la ls -la
find . -name "*" -type f | grep -v CMakeFiles