From b6c7e464f50dfa8eba65f033da22e58c923e8091 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Mon, 7 Jun 2021 18:34:54 +0200 Subject: [PATCH] debug --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 183c394..b530811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,4 +11,7 @@ jobs: - uses: cachix/install-nix-action@v13 with: nix_path: nixpkgs=channel:nixos-unstable - - run: nix-build + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Build + run: nix-build