File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 - name : Install dependencies via Homebrew
3131 run : |
3232 brew update
33- brew install libwebsockets libcjson openssl cmake
33+ brew install libwebsockets cjson openssl cmake
3434
3535 - name : Configure build
3636 run : |
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Install required dependencies:
3030sudo apt-get install libwebsockets-dev libcjson-dev libssl-dev
3131
3232# macOS
33- brew install libwebsockets libcjson openssl
33+ brew install libwebsockets cjson openssl
3434
3535# Fedora/RHEL
3636sudo dnf install libwebsockets-devel cjson-devel openssl-devel
@@ -350,7 +350,7 @@ sudo make install
350350
351351``` bash
352352# Install dependencies via Homebrew
353- brew install libwebsockets libcjson openssl cmake
353+ brew install libwebsockets cjson openssl cmake
354354
355355# Clone repository
356356git clone https://github.com/linuxmainframe/libwsv5.git
You can’t perform that action at this time.
0 commit comments