1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00
nix-darwin/.github/workflows/debug.yml

19 lines
406 B
YAML
Raw Normal View History

2020-03-29 10:31:16 +00:00
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