Skip to content

Commit

Permalink
ci: fix macOS release
Browse files Browse the repository at this point in the history
  • Loading branch information
muttleyxd committed Jul 22, 2024
1 parent 43c7b40 commit 9df1bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac_os_x_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: install-dependencies
run: |
brew install gcc@11 cmake qt@5 p7zip wget gpg [email protected]
pip3 install pygithub
pip3 install pygithub --break-system-packages
curl https://raw.githubusercontent.com/muttleyxd/github-release/master/github-release.py -o github-release
chmod +x github-release
- name: make build directory
Expand Down

0 comments on commit 9df1bd9

Please sign in to comment.