From 8ecd04cf5cb734b6e47607b323f2b871b4bfa7e1 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 7 Jun 2021 22:34:42 +0200 Subject: [PATCH] build: Add debug to fix github action build error --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cccb33be3..3cdf75a6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,8 @@ jobs: run: shell: msys2 {0} steps: - + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: 🧰 Checkout uses: actions/checkout@v2 with: