Skip to content

Commit

Permalink
disable homebrew install for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianIOHK committed Jul 5, 2023
1 parent 7b8ed01 commit 6298418
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
with:
node-version: ${{ env.NODEJS_VERSION }}

- name: Install Homebrew
if: matrix.os-type == 'macos'
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# - name: Install Homebrew
# if: matrix.os-type == 'macos'
# run: |
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

- name: Install autoconf, automake, libtool
if: matrix.os-type == 'macos'
Expand Down

0 comments on commit 6298418

Please sign in to comment.