Skip to content

Commit

Permalink
Fix mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Oct 31, 2024
1 parent c9953fe commit 6353a23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build/macos/comfy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ runs:
- name: Make Standalone
shell: sh
run: |
pip install --upgrade pip
pip install --upgrade comfy-cli
yarn make:assets:macos
- name: Unzip Sign Lib/Bin Rezip
if: ${{inputs.sign-and-publish == 'true'}}
Expand Down

0 comments on commit 6353a23

Please sign in to comment.