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 @@ -181,7 +181,7 @@ jobs:
181
181
182
182
- name : Install Conan dependencies
183
183
shell : bash
184
- 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
+ run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o ' &:with_qt=' $conan_qt -b missing -pr:b=default -of build
185
185
186
186
- name : Configure CMake
187
187
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 @@ -101,7 +101,7 @@ jobs:
101
101
102
102
- name : Install Conan dependencies
103
103
shell : bash
104
- 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
+ run : conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o ' &:with_qt=' $conan_qt -b missing -pr:b=default -of build
105
105
106
106
- name : Configure CMake
107
107
working-directory : build
You can’t perform that action at this time.
0 commit comments