Skip to content

Commit

Permalink
debug: install homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed May 26, 2024
1 parent 3d7de56 commit ce14fd0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "test"

on: [push]

jobs:
check_pr:

strategy:
matrix:
os: [macos-latest]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew doctor

0 comments on commit ce14fd0

Please sign in to comment.