Skip to content

Commit

Permalink
update the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Nov 11, 2024
1 parent 50338bd commit 0e07603
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@ jobs:
- name: Install Homebrew (macOS only)
if: matrix.target == 'x86_64-apple-darwin'
run: |
if ! command -v brew &>/dev/null; then
echo "Installing Homebrew...";
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)";
echo "eval $(/opt/homebrew/bin/brew shellenv)" >> $GITHUB_ENV;
eval "$(/opt/homebrew/bin/brew shellenv)";
fi
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew doctor
- name: Install OpenSSL (macOS only)
if: matrix.target == 'x86_64-apple-darwin'
Expand Down

0 comments on commit 0e07603

Please sign in to comment.