1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-15 17:51:01 +00:00
nix-darwin/.github/workflows/debug.yml
2020-03-29 12:41:47 +02:00

18 lines
406 B
YAML

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