diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c8b7423..d7ef0fec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,3 +61,9 @@ jobs: shell: bash run: | cmake --build build --config ${{matrix.config.build_type}} + + - name: Build Results + shell: bash + run: | + git status + ls -lR build |