Skip to content

Commit 5efe7c0

Browse files
add missing build step
1 parent 5e6230f commit 5efe7c0

File tree

1 file changed

+1
-0
lines changed
  • .github/actions/install/open-source-parsers-jsoncpp

1 file changed

+1
-0
lines changed

.github/actions/install/open-source-parsers-jsoncpp/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ runs:
1717
mkdir build
1818
cd build
1919
cmake .. -DJSONCPP_WITH_TESTS=OFF -DBUILD_SHARED_LIBS=OFF
20+
cmake --build .
2021
sudo cmake --install .
2122
shell: bash

0 commit comments

Comments
 (0)