Skip to content

Commit

Permalink
install create-dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekmulla committed Sep 3, 2023
1 parent d8195f0 commit 78849cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
with:
python-version: "3.11"

- name: Install dependencies
- name: Install dependencies and tools
run: |
brew install create-dmg
python -m pip install --upgrade pip
pip install -r hax/requirements.txt pyinstaller
Expand Down

0 comments on commit 78849cf

Please sign in to comment.