Revert "Print the build results after CI"

This reverts commit e1e0809253.
This commit is contained in:
Chris Robinson 2021-01-20 06:33:11 -08:00
parent e1e0809253
commit 1c649943f7

View File

@ -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