Try fix builds on agents

This commit is contained in:
Stepanov Igor
2024-12-21 00:46:31 +03:00
parent 84887d26ec
commit c8c5b45665
2 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ jobs:
- name: Bootstrap vcpkg
shell: pwsh
run: ${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
run: |
git clone https://github.com/microsoft/vcpkg.git
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
- name: Configure and build project with CMake and vcpkg
env: