File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -107,20 +107,17 @@ jobs:
107
107
args : --features v4_10,xml_validation
108
108
109
109
- name : Build gdk-win32
110
- working-directory : /gdk4-win32
111
110
uses : actions-rs/cargo@v1
112
111
with :
113
112
command : build
114
- args : --features egl,win32
113
+ args : --features egl,win32 --manifest-path ./gdk4-win32/Cargo.toml
115
114
- name : Clippy gdk-win32
116
- working-directory : /gdk4-win32
117
115
uses : actions-rs/cargo@v1
118
116
with :
119
117
command : clippy
120
- args : --features egl,win32
118
+ args : --features egl,win32 --manifest-path ./gdk4-win32/Cargo.
121
119
- name : Tests gdk-win32
122
- working-directory : /gdk4-win32
123
120
uses : actions-rs/cargo@v1
124
121
with :
125
122
command : test
126
- args : --features egl,win32
123
+ args : --features egl,win32 --manifest-path ./gdk4-win32/Cargo.
You can’t perform that action at this time.
0 commit comments