Skip to content

Commit 5d79098

Browse files
committed
DEBUG
1 parent d14d915 commit 5d79098

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-nix.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Nix"
22
on:
33
pull_request:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -9,10 +10,6 @@ jobs:
910
strategy:
1011
matrix:
1112
include:
12-
- os: ubuntu-latest
13-
arch: x86_64-linux
14-
- os: ubuntu-latest
15-
arch: aarch64-linux
1613
- os: macos-11
1714
arch: x86_64-darwin
1815
name: Build Nix - ${{ matrix.arch }}.${{ matrix.os }}
@@ -38,5 +35,9 @@ jobs:
3835
name: unblob
3936
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
4037
extraPullNames: pyperscan
38+
- name: Setup tmate session
39+
uses: mxschmitt/action-tmate@v3
40+
with:
41+
limit-access-to-actor: true
4142
- run: |
4243
nix flake check -L --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }}

0 commit comments

Comments
 (0)