Skip to content

Commit

Permalink
Add macholib install for macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed Dec 3, 2023
1 parent f0939ca commit 1d2c96d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
name: shortcircuit.exe
path: ./dist/shortcircuit.exe

- name: Additional dependencies [macos-latest]
if: ${{ matrix.os == 'macos-latest' }}
run: python -m pipenv install macholib

- name: Build [macos-latest]
if: ${{ matrix.os == 'macos-latest' }}
run: python -m pipenv run ./build_mac_installer.sh
Expand Down

0 comments on commit 1d2c96d

Please sign in to comment.