1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-15 21:08:21 +00:00
nix-darwin/.github/workflows/debug.yml
2020-05-29 22:56:37 +02:00

23 lines
660 B
YAML

name: "Debug"
on:
# curl -fsSL -XPOST \
# -H "Accept: application/vnd.github.everest-preview+json" \
# -H "Authorization: token $GITHUB_TOKEN" \
# --data '{"event_type": "debug"}' \
# https://api.github.com/repos/LnL7/nix-darwin/dispatches
repository_dispatch:
types:
- debug
jobs:
debug:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v9
- 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