diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ade1f7..bff0cdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,4 +11,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Install Homebrew + run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + + - name: Verify Homebrew installation + run: brew --version + - run: echo "hello"