This repository was archived by the owner on Mar 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
11
11
gvsbuild :
12
12
name : build GTK binaries with gvsbuild
13
- runs-on : windows-2019
13
+ runs-on : windows-2022
14
14
15
15
env :
16
16
# git revision of gvsbuild we use for to build GTK and the other dependencies
17
- gvsbuildref : 861244f84a04da49172c23646d9e23885094cab4
17
+ gvsbuildref : 078140d0b7dcfd6147b3063114fb38365b7ad5a1
18
18
19
19
# bump this number if you want to force a rebuild of gvsbuild with the same revision
20
20
gvsbuildupdate : 1
@@ -48,10 +48,14 @@ jobs:
48
48
run : move "C:\Program Files\Git\usr\bin" "C:\Program Files\Git\usr\notbin"
49
49
shell : cmd
50
50
51
- - name : (GTK binaries) run gvsbuild
51
+ - name : (GTK binaries) install gvsbuild
52
52
if : steps.cache.outputs.cache-hit != 'true'
53
53
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
55
59
56
60
- name : (GTK binaries) restore git binary
57
61
if : steps.cache.outputs.cache-hit != 'true'
64
68
65
69
build :
66
70
name : build gtk-rs on Windows
67
- runs-on : windows-2019
71
+ runs-on : windows-2022
68
72
needs : gvsbuild
69
73
70
74
strategy :
You can’t perform that action at this time.
0 commit comments