Skip to content

Commit

Permalink
Brew install cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed May 23, 2024
1 parent 5b64a5b commit 7afaab2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Install OpenSSL
run: |
brew install openssl
run: brew install openssl
- name: Checkout
uses: actions/checkout@v3
- name: "Build & Test"
Expand Down Expand Up @@ -318,8 +317,7 @@ jobs:
- name: Install Boost
run: brew install boost
- name: Install OpenSSL
run: |
brew install openssl
run: brew install openssl
- name: Checkout
uses: actions/checkout@v3
- name: "Build & Test"
Expand Down

0 comments on commit 7afaab2

Please sign in to comment.