Skip to content

Commit

Permalink
Add nlohmann-json
Browse files Browse the repository at this point in the history
  • Loading branch information
thanasipantazides authored Nov 23, 2024
1 parent ac5655f commit 99eda9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
- uses: actions/checkout@v4
- name: "install boost"
run: sudo apt-get -y install libboost-all-dev
- name: "install nlohmann-json"
run: sudo apt-get -y install nlohmann-json3-dev
- name: "set boost path"
run: export BOOST_ROOT=/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/
- name: "debug print"
run: ls -l /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/
run: ls -l /usr/local/include
- name: "run CMake"
run: cmake -S . build -DCMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/
- name: "build project"
Expand Down

0 comments on commit 99eda9f

Please sign in to comment.