Skip to content

Commit

Permalink
Update create-prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertglonek authored Aug 28, 2023
1 parent 1d46d9f commit 7470b9b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7470b9b

Please sign in to comment.