Keep the Windows CIs on a version of vcpkg that builds Wesnoth
Quick workaround for #5741, the Windows builds weren't finding Pango's header files when used with vcpkg version 546813ae7b9e2873dd3d38e78b27ac5582feae10 ([glib up to gtk] update and make it work with meson). Hopefully we can revert this workaround soon.
This commit is contained in:
parent
a09ffa9fd8
commit
bfe1f516ac
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci-main.yml
vendored
6
.github/workflows/ci-main.yml
vendored
|
@ -317,7 +317,8 @@ jobs:
|
|||
- name: DOS1
|
||||
shell: cmd
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/microsoft/vcpkg.git ../vcpkg
|
||||
git clone --shallow-since=2021-04-25 https://github.com/microsoft/vcpkg.git ../vcpkg
|
||||
git -C ../vcpkg checkout a9b27ed5dffbf70b135eddb0c4729f3ca87f106c
|
||||
%~dp0../wesnoth/vcpkg/bootstrap-vcpkg.bat
|
||||
- name: DOS2
|
||||
shell: cmd
|
||||
|
@ -350,7 +351,8 @@ jobs:
|
|||
- name: DOS1
|
||||
shell: cmd
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/microsoft/vcpkg.git ../vcpkg
|
||||
git clone --shallow-since=2021-04-25 https://github.com/microsoft/vcpkg.git ../vcpkg
|
||||
git -C ../vcpkg checkout a9b27ed5dffbf70b135eddb0c4729f3ca87f106c
|
||||
%~dp0../wesnoth/vcpkg/bootstrap-vcpkg.bat
|
||||
- name: DOS2
|
||||
shell: cmd
|
||||
|
|
Loading…
Add table
Reference in a new issue