Skip to content

Commit

Permalink
other/benalvo/update-set-up-docker-version (#1004)
Browse files Browse the repository at this point in the history
* update set up docker version

* set up brew to 4.4.15

* set up brew to 4.4.15

---------

Co-authored-by: AlvoBen <[email protected]>
  • Loading branch information
AlvoBen and BenAlvo1 authored Jan 14, 2025
1 parent 3097334 commit f11e02f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,13 @@ jobs:
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
- name: Updating and upgrading brew to a specific version
run: |
git config --global pack.windowMemory "100m"
git config --global pack.SizeLimit "100m"
git config --global pack.threads "1"
git config --global pack.window "0"
# Clone Homebrew repository to a specific version
git clone https://github.com/Homebrew/brew.git /usr/local/Homebrew
cd /usr/local/Homebrew
# Checkout the specific tag or commit
brew --version
cd $(brew --repo)
git fetch --tags
git checkout 4.4.15
# Run Homebrew setup
/bin/bash bin/brew shellenv
export HOMEBREW_NO_AUTO_UPDATE=1
brew --version
- name: Install gon
run: |
brew install Bearer/tap/gon
Expand Down

0 comments on commit f11e02f

Please sign in to comment.