add spdlog through vcpkg

This commit is contained in:
Benjamin Sergeant 2020-04-17 17:33:32 -07:00
parent 8db688b818
commit aac9386f62

View File

@ -44,7 +44,10 @@ jobs:
- uses: seanmiddleditch/gha-setup-vsdevenv@master
- run: |
vcpkg install zlib:x64-windows
- run: |
vcpkg install mbedtls:x64-windows
- run: |
vcpkg install spdlog:x64-windows
- run: |
mkdir build
cd build