Skip to content

Commit

Permalink
Use homebrew action to set up homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaymokay committed Nov 14, 2024
1 parent ae7aa0b commit 073e904
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Homebrew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Run Scraper
run: |
brew install jq
Expand Down

0 comments on commit 073e904

Please sign in to comment.