From 05d4e68cc686df798720701bf0a456913914f629 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Tue, 26 Sep 2023 16:06:18 +0200 Subject: [PATCH] tmate --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1e73026..416d999d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,11 @@ jobs: with: submodules: recursive + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true + - name: 🐫 Setup OCaml uses: ocaml/setup-ocaml@v2 with: