Skip to content

Commit

Permalink
Update OpenSSL installation step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal authored Dec 9, 2024
1 parent 4f6dc84 commit a58223b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ jobs:
openssl-version: [/opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib]
runs-on: macos-13
steps:
- name: Install OpenSSL
run: brew install openssl@3
- name: List OpenSSL
run: ls /opt/homebrew/opt
run: brew --prefix openssl@3
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit a58223b

Please sign in to comment.