From 438a8d839754157fb75324a9539c46a77739c9da Mon Sep 17 00:00:00 2001 From: eyal0 <109809+eyal0@users.noreply.github.com> Date: Wed, 7 Oct 2020 14:40:11 -0600 Subject: [PATCH] Revert "Revert "Revert "debug with tmate""" This reverts commit 70f63baccbe6f66e7c0a63972f8385fa1fe7c6ad. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfbf1826e..03eae12cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,8 +209,6 @@ jobs: - name: Remove debug flags from coverage builds if: matrix.code_coverage run: sed -i 's/-g /-g0 /g' Makefile - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - name: Make pcb2gcode run: make -j ${NUM_CPUS} - name: Run examples