Skip to content

Commit 990afd6

Browse files
committed
Update linux_server_build.yml, master_build.yml, pr_build.yml, and 1 more file
1 parent f906c95 commit 990afd6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linux_server_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
246246
- name: Install Conan dependencies
247247
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
249249

250250
- name: Configure CMake
251251
working-directory: build

.github/workflows/master_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
181181
- name: Install Conan dependencies
182182
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
184184

185185
- name: Configure CMake
186186
working-directory: build

.github/workflows/pr_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
- name: Install Conan dependencies
234234
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
236236

237237
- name: Configure CMake
238238
working-directory: build

.github/workflows/release_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Install Conan dependencies
102102
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
104104

105105
- name: Configure CMake
106106
working-directory: build

0 commit comments

Comments
 (0)