Update cmake.yml

This commit is contained in:
sdkmap 2024-04-06 22:06:29 +03:00 committed by GitHub
parent 73c8c32238
commit 8d3b1e47b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,8 +177,9 @@ jobs:
- name: Setup VCPKG
run: |
vcpkg integrate install
vcpkg install pthread:x86-windows
vcpkg install pthread:x64-windows
vcpkg install
vcpkg install pthreads
- name: init_submodules
run: git submodule update --init --recursive
- name: Build
@ -208,8 +209,9 @@ jobs:
- name: Setup VCPKG
run: |
vcpkg integrate install
vcpkg install pthread:x86-windows
vcpkg install pthread:x64-windows
vcpkg install
vcpkg install pthreads
- name: init_submodules
run: git submodule update --init --recursive
- name: Build