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

View File

@ -32,8 +32,11 @@ jobs:
mingw-w64-clang-x86_64-ninja
git
- name: Bootstrap vcpkg
shell: msys2
run: ${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
shell: msys2 {0}
run: |
git clone https://github.com/microsoft/vcpkg.git
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
${{ github.workspace }}/vcpkg/vcpkg integrate install
- name: Configure project with CMake and vcpkg
shell: msys2 {0}

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: