Skip to content

Commit

Permalink
Add 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 8942e18 commit 4f6dc84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ 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/openssl@3/lib/
run: ls /opt/homebrew/opt
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 4f6dc84

Please sign in to comment.