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