Skip to content

Commit

Permalink
CI: install the JSON dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis authored Jun 14, 2024
1 parent 6073e5c commit 3ee2b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install cmake nodejs python3 pkg-config libbz2-dev zlib1g-dev libssl-dev libstdc++6 libminiupnpc-dev libnatpmp-dev libtbb-dev \
libmaxminddb-dev libleveldb-dev libboost1.74-dev libboost-regex1.74 libboost-thread1.74 libboost-system1.74
libmaxminddb-dev libleveldb-dev libboost1.74-dev libboost-regex1.74 libboost-thread1.74 libboost-system1.74 nlohmann-json3-dev
- name: Install dependencies on macOS
if: ${{ runner.os == 'macOS' }}
run: |
brew upgrade
brew install boost libmaxminddb leveldb libnatpmp miniupnpc openssl pkg-config tbb
brew install boost libmaxminddb leveldb libnatpmp miniupnpc openssl pkg-config tbb nlohmann-json
export OPENSSL_ROOT_DIR=/usr/local/opt/openssl/
- name: Install websocketpp
Expand Down

0 comments on commit 3ee2b65

Please sign in to comment.