Skip to content

Commit

Permalink
Update vcpkg to fix Windows builds
Browse files Browse the repository at this point in the history
PCRE changed the download server, see microsoft/vcpkg#21201
  • Loading branch information
Frazew committed Nov 24, 2021
1 parent 2e0ab62 commit b56c83f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
include:
- os: windows-2019
triplet: x64-windows
# https://github.com/microsoft/vcpkg/commit/b361c2eefa3966cb7cec45275aff32e90430aaa6
vcpkgCommitId: 'b361c2eefa3966cb7cec45275aff32e90430aaa6'
# https://github.com/microsoft/vcpkg/commit/70033dbb31527fb3e69654731f540f59c87787f9
vcpkgCommitId: '70033dbb31527fb3e69654731f540f59c87787f9'
vcpkgPackages: 'cairo expat fontconfig freetype gettext glib libpng libxml2 pango pcre zlib'
configuration: 'x64'
nmake_configuration: 'USE_64BIT=1'
- os: windows-2019
triplet: x86-windows
vcpkgCommitId: 'b361c2eefa3966cb7cec45275aff32e90430aaa6'
vcpkgCommitId: '70033dbb31527fb3e69654731f540f59c87787f9'
vcpkgPackages: 'cairo expat fontconfig freetype gettext glib libpng libxml2 pango pcre zlib'
configuration: 'x86'
nmake_configuration: ''
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
include:
- os: windows-2019
triplet: x64-windows
# https://github.com/microsoft/vcpkg/commit/b361c2eefa3966cb7cec45275aff32e90430aaa6
vcpkgCommitId: 'b361c2eefa3966cb7cec45275aff32e90430aaa6'
# https://github.com/microsoft/vcpkg/commit/70033dbb31527fb3e69654731f540f59c87787f9
vcpkgCommitId: '70033dbb31527fb3e69654731f540f59c87787f9'
vcpkgPackages: 'cairo expat fontconfig freetype gettext glib libpng libxml2 pango pcre zlib'
configuration: 'x64'
nmake_configuration: 'USE_64BIT=1'
- os: windows-2019
triplet: x86-windows
vcpkgCommitId: 'b361c2eefa3966cb7cec45275aff32e90430aaa6'
vcpkgCommitId: '70033dbb31527fb3e69654731f540f59c87787f9'
vcpkgPackages: 'cairo expat fontconfig freetype gettext glib libpng libxml2 pango pcre zlib'
configuration: 'x86'
nmake_configuration: ''
Expand Down

0 comments on commit b56c83f

Please sign in to comment.