Skip to content

Commit

Permalink
add jsoncpp to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KebsCS authored Nov 5, 2023
1 parent 172a6d6 commit aeacc69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: .\vcpkg\vcpkg integrate install
- run: .\vcpkg\vcpkg install freetype:x86-windows-static
- run: .\vcpkg\vcpkg install cpr:x86-windows-static
- run: .\vcpkg\vcpkg install jsoncpp:x86-windows-static

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

0 comments on commit aeacc69

Please sign in to comment.