Try fix builds on agents
This commit is contained in:
parent
84887d26ec
commit
c8c5b45665
7
.github/workflows/windows-clang.yml
vendored
7
.github/workflows/windows-clang.yml
vendored
@ -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}
|
||||||
|
|||||||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user