Skip to content

Commit

Permalink
install nlohmann/json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMiller- committed Jan 11, 2024
1 parent 9fd4ded commit c8c13c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg install catch2
./vcpkg install nlohmann-json
./vcpkg install fmt
- name: Create Build Environment
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg install catch2
./vcpkg install nlohmann-json
./vcpkg install fmt
- name: Create Build Environment
Expand Down

0 comments on commit c8c13c6

Please sign in to comment.