1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

add debug action

This commit is contained in:
Daiderd Jordan 2020-03-29 12:31:16 +02:00
parent e44188bf4c
commit 5418d6bb8b
No known key found for this signature in database
GPG key ID: D02435D05B810C96

18
.github/workflows/debug.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: "Debug"
on:
repository_dispatch:
types:
- debug
jobs:
debug:
runs-on: macos
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v8
- run: |
nix-channel --update
echo "FIXME workaround channel permission error"
- run: |
nix-shell -A installer
nix-shell -A installer.check
- uses: mxschmitt/action-tmate@v2