Try fix builds on agents
This commit is contained in:
@@ -32,8 +32,11 @@ jobs:
|
|||||||
mingw-w64-clang-x86_64-ninja
|
mingw-w64-clang-x86_64-ninja
|
||||||
git
|
git
|
||||||
- name: Bootstrap vcpkg
|
- name: Bootstrap vcpkg
|
||||||
shell: msys2
|
shell: msys2 {0}
|
||||||
run: ${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
|
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
|
- name: Configure project with CMake and vcpkg
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|||||||
@@ -23,7 +23,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Bootstrap vcpkg
|
- name: Bootstrap vcpkg
|
||||||
shell: pwsh
|
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
|
- name: Configure and build project with CMake and vcpkg
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user