File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
id : cache
34
34
with :
35
35
path : c:/gnome
36
- key : ${{ runner.os }}-gtk4-10
36
+ key : ${{ runner.os }}-gtk4-14
37
37
restore-keys : |
38
- ${{ runner.os }}-gtk4-10
38
+ ${{ runner.os }}-gtk4-14
39
39
40
40
- name : Set up the PATH environment
41
41
run : |
@@ -94,17 +94,17 @@ jobs:
94
94
uses : actions-rs/cargo@v1
95
95
with :
96
96
command : build
97
- args : --features v4_10 ,xml_validation
97
+ args : --features v4_14 ,xml_validation
98
98
- name : Clippy
99
99
uses : actions-rs/cargo@v1
100
100
with :
101
101
command : clippy
102
- args : --features v4_10 ,xml_validation
102
+ args : --features v4_14 ,xml_validation
103
103
- name : Tests
104
104
uses : actions-rs/cargo@v1
105
105
with :
106
106
command : test
107
- args : --features v4_10 ,xml_validation
107
+ args : --features v4_14 ,xml_validation
108
108
109
109
- name : Build gdk-win32
110
110
uses : actions-rs/cargo@v1
You can’t perform that action at this time.
0 commit comments