Skip to content

Remove userdirectory checkout step since PR is merged into ComfyUI ma… #34

Remove userdirectory checkout step since PR is merged into ComfyUI ma…

Remove userdirectory checkout step since PR is merged into ComfyUI ma… #34

Workflow file for this run

name: Build All Platforms Debug
on:
push:
branches:
- "main"
jobs:
build-windows-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_windows.yml
build-apple-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_macos.yml
build-linux-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_linux.yml