Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit ddd778c

Browse files
jf2048sdroege
authored andcommitted
ci: Update gvsbuild revision to fix zlib build failure
1 parent b9ab297 commit ddd778c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/windows.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010

1111
gvsbuild:
1212
name: build GTK binaries with gvsbuild
13-
runs-on: windows-2019
13+
runs-on: windows-2022
1414

1515
env:
1616
# git revision of gvsbuild we use for to build GTK and the other dependencies
17-
gvsbuildref: 861244f84a04da49172c23646d9e23885094cab4
17+
gvsbuildref: 078140d0b7dcfd6147b3063114fb38365b7ad5a1
1818

1919
# bump this number if you want to force a rebuild of gvsbuild with the same revision
2020
gvsbuildupdate: 1
@@ -48,10 +48,14 @@ jobs:
4848
run: move "C:\Program Files\Git\usr\bin" "C:\Program Files\Git\usr\notbin"
4949
shell: cmd
5050

51-
- name: (GTK binaries) run gvsbuild
51+
- name: (GTK binaries) install gvsbuild
5252
if: steps.cache.outputs.cache-hit != 'true'
5353
working-directory: gvsbuild
54-
run: python .\build.py build -p=x64 --vs-ver=16 --msys-dir=C:\msys64 gtk3 graphene
54+
run: python -m pip install .
55+
56+
- name: (GTK binaries) run gvsbuild
57+
if: steps.cache.outputs.cache-hit != 'true'
58+
run: gvsbuild build --platform=x64 --vs-ver=17 --msys-dir=C:\msys64 gtk3 graphene
5559

5660
- name: (GTK binaries) restore git binary
5761
if: steps.cache.outputs.cache-hit != 'true'
@@ -64,7 +68,7 @@ jobs:
6468

6569
build:
6670
name: build gtk-rs on Windows
67-
runs-on: windows-2019
71+
runs-on: windows-2022
6872
needs: gvsbuild
6973

7074
strategy:

0 commit comments

Comments
 (0)