diff --git a/.github/workflows/create-prerelease.yml b/.github/workflows/create-prerelease.yml index 5eb2c2bb..71ce0f98 100644 --- a/.github/workflows/create-prerelease.yml +++ b/.github/workflows/create-prerelease.yml @@ -22,9 +22,12 @@ jobs: run: /bin/bash -c "NONINTERACTIVE=1 $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - name: "Install Dependencies" run: | - /usr/local/bin/brew install --overwrite python@3.11 || echo "Ignore errors on this" - /usr/local/bin/brew link --overwrite python@3.11 || echo "Ignore errors on this" - /usr/local/bin/brew install --overwrite dpkg rpm upx zip make wget jq || /usr/local/bin/brew link --overwrite python@3.11 + /usr/local/bin/brew install --overwrite python@3.11 || echo "Ignore errors on this 1" + /usr/local/bin/brew link --overwrite python@3.11 || echo "Ignore errors on this 2" + /usr/local/bin/brew install --overwrite dpkg rpm upx zip make wget jq || echo "Ignore errors on this 3" + /usr/local/bin/brew link --overwrite python@3.11 || echo "Ignore errors on this 4" + /usr/local/bin/brew install python-gdbm@3.11 || echo "Ignore errors on this 5" + /usr/local/bin/brew install python-tk@3.11 || echo "Ignore errors on this 6" - name: "Install golang" run: | wget https://go.dev/dl/go1.21.0.darwin-amd64.pkg