ci/gha: remove debug info

This was supposed to be added temporarily, but slipped into the final
commit.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-09-23 12:49:53 -07:00
parent 3fd1851ce9
commit 16aedc3130
-5
View File
@@ -37,11 +37,6 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Dump matrix context
env:
MATRIX_CONTEXT: ${{ toJSON(matrix) }}
run: echo "$MATRIX_CONTEXT"
- name: install deps
if: matrix.criu == ''
env: