We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14d915 commit 5d79098Copy full SHA for 5d79098
.github/workflows/build-nix.yml
@@ -1,6 +1,7 @@
1
name: "Nix"
2
on:
3
pull_request:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- main
@@ -9,10 +10,6 @@ jobs:
9
10
strategy:
11
matrix:
12
include:
- - os: ubuntu-latest
13
- arch: x86_64-linux
14
15
- arch: aarch64-linux
16
- os: macos-11
17
arch: x86_64-darwin
18
name: Build Nix - ${{ matrix.arch }}.${{ matrix.os }}
@@ -38,5 +35,9 @@ jobs:
38
35
name: unblob
39
36
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
40
37
extraPullNames: pyperscan
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
+ with:
41
+ limit-access-to-actor: true
42
- run: |
43
nix flake check -L --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }}
0 commit comments