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:
parent
e44188bf4c
commit
5418d6bb8b
1 changed files with 18 additions and 0 deletions
18
.github/workflows/debug.yml
vendored
Normal file
18
.github/workflows/debug.yml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue