Skip to content

Commit e370502

Browse files
committed
fixed homebrew key for cJSON
1 parent 4d16bd7 commit e370502

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Install required dependencies:
3030
sudo 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
3636
sudo 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
356356
git clone https://github.com/linuxmainframe/libwsv5.git

0 commit comments

Comments
 (0)