Skip to content

Commit

Permalink
macos testing: force openssl install by homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed May 9, 2024
1 parent d7497e4 commit 5d92b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libtrace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
submodules: recursive
- name: Install Dependencies
run: |
brew install flex bison libpcap libtool autoconf automake m4 gcc uthash
brew install openssl flex bison libpcap libtool autoconf automake m4 gcc uthash
- name: Build/Install Wandio
run: |
cd wandio
Expand Down

0 comments on commit 5d92b76

Please sign in to comment.