We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172a6d6 commit aeacc69Copy full SHA for aeacc69
1 file changed
.github/workflows/build.yml
@@ -27,6 +27,7 @@ jobs:
27
- run: .\vcpkg\vcpkg integrate install
28
- run: .\vcpkg\vcpkg install freetype:x86-windows-static
29
- run: .\vcpkg\vcpkg install cpr:x86-windows-static
30
+ - run: .\vcpkg\vcpkg install jsoncpp:x86-windows-static
31
32
- name: Build solution
33
run: msbuild KBotExt.sln /p:Platform="x86" /p:Configuration=Release -m
0 commit comments