From d0df8ee6fe1e854f3372d159c157b94515891527 Mon Sep 17 00:00:00 2001 From: Olanti Date: Sun, 27 Nov 2022 22:50:24 +0300 Subject: [PATCH] Pin mac_alias to 2.2.0 to fix dmgbuild (#2209) (cherry picked from commit cfe02e025bf142ebc90a87c144be43d9cb1b19f4) Co-authored-by: akrieger --- .github/workflows/manual-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 6874465aaf5e..12510241b82c 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd27890cecc6..e08afe4916c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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