File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245
245
246
246
- name : Install Conan dependencies
247
247
shell : bash
248
- run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o with_qt=$conan_qt -b missing -pr:b=default -of build
248
+ run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o &: with_qt=$conan_qt -b missing -pr:b=default -of build
249
249
250
250
- name : Configure CMake
251
251
working-directory : build
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180
180
181
181
- name : Install Conan dependencies
182
182
shell : bash
183
- run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o with_qt=$conan_qt -b missing -pr:b=default -of build
183
+ run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o &: with_qt=$conan_qt -b missing -pr:b=default -of build
184
184
185
185
- name : Configure CMake
186
186
working-directory : build
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
233
233
- name : Install Conan dependencies
234
234
shell : bash
235
- run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o with_qt=$conan_qt -b missing -pr:b=default -of build
235
+ run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o &: with_qt=$conan_qt -b missing -pr:b=default -of build
236
236
237
237
- name : Configure CMake
238
238
working-directory : build
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
101
101
- name : Install Conan dependencies
102
102
shell : bash
103
- run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o with_qt=$conan_qt -b missing -pr:b=default -of build
103
+ run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o &: with_qt=$conan_qt -b missing -pr:b=default -of build
104
104
105
105
- name : Configure CMake
106
106
working-directory : build
You can’t perform that action at this time.
0 commit comments