Skip to content

Commit aeacc69

Browse files
authored
add jsoncpp to build.yml
1 parent 172a6d6 commit aeacc69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: .\vcpkg\vcpkg integrate install
2828
- run: .\vcpkg\vcpkg install freetype:x86-windows-static
2929
- run: .\vcpkg\vcpkg install cpr:x86-windows-static
30+
- run: .\vcpkg\vcpkg install jsoncpp:x86-windows-static
3031

3132
- name: Build solution
3233
run: msbuild KBotExt.sln /p:Platform="x86" /p:Configuration=Release -m

0 commit comments

Comments
 (0)