We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56a1fa commit c485910Copy full SHA for c485910
.github/workflows/ci.yml
@@ -28,6 +28,6 @@ jobs:
28
cmake --build . --config ${{ matrix.build }}
29
echo "----------------------------------------------------"
30
echo "Build Files:"
31
- ls -laR
+ ls -R
32
33
ctest -VV -C ${{ matrix.build }}
0 commit comments