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 22, 2025
1 parent ac0a66c commit cb49e91
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 @@ -234,7 +234,7 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: conan install . -s compiler.cppstd=17 build_type=$BUILD_TYPE -b missing -pr:b=default -of build
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -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 @@ -179,7 +179,7 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: conan install . -s compiler.cppstd=17 build_type=$BUILD_TYPE -b missing -pr:b=default -of build
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -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 @@ -230,7 +230,7 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: conan install . -s compiler.cppstd=17 build_type=$BUILD_TYPE -b missing -pr:b=default -of build
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -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 @@ -99,7 +99,7 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: conan install . -s compiler.cppstd=17 build_type=$BUILD_TYPE -b missing -pr:b=default -of build
run: conan install . -s compiler.cppstd=17 -s build_type=$BUILD_TYPE -b missing -pr:b=default -of build

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

0 comments on commit cb49e91

Please sign in to comment.