Skip to content

Commit

Permalink
Pin mac_alias to 2.2.0 to fix dmgbuild (#2209)
Browse files Browse the repository at this point in the history
(cherry picked from commit cfe02e025bf142ebc90a87c144be43d9cb1b19f4)

Co-authored-by: akrieger <[email protected]>
  • Loading branch information
olanti-p and akrieger authored Nov 27, 2022
1 parent 66a2164 commit d0df8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
if: runner.os == 'macOS'
run: |
HOMEBREW_NO_AUTO_UPDATE=yes HOMEBREW_NO_INSTALL_CLEANUP=yes brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer gettext ccache parallel
pip3 install dmgbuild==1.4.2 biplist
pip3 install mac_alias==2.2.0 dmgbuild==1.4.2 biplist
- name: Compile translations (windows)
if: runner.os == 'Windows'
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
if: runner.os == 'macOS'
run: |
HOMEBREW_NO_AUTO_UPDATE=yes HOMEBREW_NO_INSTALL_CLEANUP=yes brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer gettext ccache parallel
pip3 install dmgbuild==1.4.2 biplist
pip3 install mac_alias==2.2.0 dmgbuild==1.4.2 biplist
- name: Compile translations (windows)
if: runner.os == 'Windows'
shell: bash
Expand Down

0 comments on commit d0df8ee

Please sign in to comment.