Skip to content

Commit 11fe67c

Browse files
committed
Update linux_server_build.yml, master_build.yml, pr_build.yml, and 1 more file
1 parent 6c43067 commit 11fe67c

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
@@ -181,7 +181,7 @@ jobs:
181181
182182
- name: Install Conan dependencies
183183
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
185185

186186
- name: Configure CMake
187187
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
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Install Conan dependencies
103103
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
105105

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

0 commit comments

Comments
 (0)