Skip to content

Commit

Permalink
Change brew to install-package action
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Nov 22, 2024
1 parent f61b795 commit e588952
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ jobs:
steps:

- name: Install dependencies
run:
brew reinstall --formula boost openssl@3 cmake
uses: ConorMacBride/install-package@v1
with:
brew: boost openssl@3 cmake

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e588952

Please sign in to comment.