summaryrefslogtreecommitdiff
path: root/.github/workflows/debug.yml
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-16 22:22:34 +0100
committerGitHub <noreply@github.com>2025-01-16 22:22:34 +0100
commit8e7bd91f353caacc0bc4105f573eb3e17f09e03a (patch)
treec5059edcbebd9644290cad7c653c49a36d593021 /.github/workflows/debug.yml
parent6bd39d420578aacf7c0bab7de3e7027b952115ae (diff)
parentbd921223ba7cdac346477d7ea5204d6f4736fcc6 (diff)
Merge branch 'LnL7:master' into masterHEADmaster
Diffstat (limited to '.github/workflows/debug.yml')
-rw-r--r--.github/workflows/debug.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
deleted file mode 100644
index 7535f71..0000000
--- a/.github/workflows/debug.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-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-12
- steps:
- - uses: actions/checkout@v3
- - uses: cachix/install-nix-action@v22
- - run: |
- nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- nix-channel --update
- - run: |
- nix-shell -A installer
- nix-shell -A installer.check
- - uses: mxschmitt/action-tmate@v3