aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-01-20 06:33:11 -0800
committerChris Robinson <[email protected]>2021-01-20 06:33:11 -0800
commit1c649943f7a62503312cfd9fe765be8f8145edf7 (patch)
treeecf23c713812fd8be993dfac73566f656ff8c9aa
parente1e0809253b6a361a5d9862d887de2557bbe9742 (diff)
Revert "Print the build results after CI"
This reverts commit e1e0809253b6a361a5d9862d887de2557bbe9742.
-rw-r--r--.github/workflows/ci.yml6
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