add spdlog through vcpkg
This commit is contained in:
parent
8db688b818
commit
aac9386f62
3
.github/workflows/ccpp.yml
vendored
3
.github/workflows/ccpp.yml
vendored
@ -44,7 +44,10 @@ jobs:
|
|||||||
- uses: seanmiddleditch/gha-setup-vsdevenv@master
|
- uses: seanmiddleditch/gha-setup-vsdevenv@master
|
||||||
- run: |
|
- run: |
|
||||||
vcpkg install zlib:x64-windows
|
vcpkg install zlib:x64-windows
|
||||||
|
- run: |
|
||||||
vcpkg install mbedtls:x64-windows
|
vcpkg install mbedtls:x64-windows
|
||||||
|
- run: |
|
||||||
|
vcpkg install spdlog:x64-windows
|
||||||
- run: |
|
- run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user