Skip to content

Commit

Permalink
add libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Jun 13, 2024
1 parent a7b97ae commit 3495ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cd vcpkg &&
.\bootstrap-vcpkg.bat &&
.\vcpkg integrate install &&
.\vcpkg install libusb libpcap ffmpeg qt5 sdl2 vcpkg-tool-ninja &&
.\vcpkg install libusb libpcap libsodium ffmpeg qt5 sdl2 vcpkg-tool-ninja &&
cd .. &&
cmake "-DCMAKE_TOOLCHAIN_FILE=D:/a/fpv-wfb/fpv-wfb/vcpkg/scripts/buildsystems/vcpkg.cmake" -S ./ -B "build" &&
cmake --build build --config Release --target fpv-wfb
Expand Down

0 comments on commit 3495ff9

Please sign in to comment.