Skip to content

Commit

Permalink
Update linux_server_build.yml, master_build.yml, pr_build.yml, and 1 …
Browse files Browse the repository at this point in the history
…more file
  • Loading branch information
JulianGro committed Jan 23, 2025
1 parent d621c1b commit 53d2811
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_server_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o &:with_qt=${{matrix.conan_qt}} -b missing -pr:b=default -of build
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o '&:with_qt='${{matrix.conan_qt}} -b missing -pr:b=default -of build

- name: Configure CMake
working-directory: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o &:with_qt=${{matrix.conan_qt}} -b missing -pr:b=default -of build
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o '&:with_qt='${{matrix.conan_qt}} -b missing -pr:b=default -of build

- name: Configure CMake
working-directory: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o &:with_qt=${{matrix.conan_qt}} -b missing -pr:b=default -of build
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o '&:with_qt='${{matrix.conan_qt}} -b missing -pr:b=default -of build

- name: Configure CMake
working-directory: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o &:with_qt=${{matrix.conan_qt}} -b missing -pr:b=default -of build
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -o '&:with_qt='${{matrix.conan_qt}} -b missing -pr:b=default -of build

- name: Configure CMake
working-directory: build
Expand Down

0 comments on commit 53d2811

Please sign in to comment.