Skip to content

Commit 90a9618

Browse files
committed
Bump conan version
1 parent eae83b4 commit 90a9618

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/on_PR_linux_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: install dependencies
2020
run: |
2121
sudo apt-get install ninja-build
22-
pip3 install conan==1.52.0
22+
pip3 install conan==1.53.0
2323
2424
- name: Conan common config
2525
run: |

.github/workflows/on_PR_linux_special_buils.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: install dependencies
1717
run: |
1818
sudo apt-get install ninja-build
19-
pip3 install conan==1.52.0
19+
pip3 install conan==1.53.0
2020
2121
- name: Conan common config
2222
run: |
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
sudo apt-get update
6565
sudo apt-get install valgrind ninja-build
66-
pip3 install conan==1.52.0
66+
pip3 install conan==1.53.0
6767
6868
- name: Conan common config
6969
run: |
@@ -100,7 +100,7 @@ jobs:
100100
- name: install dependencies
101101
run: |
102102
sudo apt-get install ninja-build
103-
pip3 install conan==1.52.0
103+
pip3 install conan==1.53.0
104104
105105
- name: Conan common config
106106
run: |
@@ -136,7 +136,7 @@ jobs:
136136
run: |
137137
sudo apt-get update
138138
sudo apt-get install valgrind doxygen graphviz gettext
139-
pip3 install conan==1.52.0
139+
pip3 install conan==1.53.0
140140
141141
- name: Conan common config
142142
run: |

.github/workflows/on_PR_windows_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Install Conan & Common config
4848
run: |
49-
pip.exe install "conan==1.52.0"
49+
pip.exe install "conan==1.53.0"
5050
conan profile new --detect default
5151
conan profile update settings.build_type=${{matrix.build_type}} default
5252
conan profile update settings.compiler="Visual Studio" default

.github/workflows/on_push_BasicWinLinMac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install Conan & Common config
3333
run: |
34-
pip.exe install "conan==1.52.0"
34+
pip.exe install "conan==1.53.0"
3535
conan config install https://github.com/conan-io/conanclientcert.git
3636
conan profile new --detect default
3737
conan profile show default
@@ -77,7 +77,7 @@ jobs:
7777
- name: install dependencies
7878
run: |
7979
sudo apt-get install ninja-build
80-
pip3 install conan==1.52.0
80+
pip3 install conan==1.53.0
8181
8282
- name: Conan
8383
run: |

.github/workflows/on_push_ExtraJobsForMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: install dependencies
1919
run: |
20-
pip3 install conan==1.52.0
20+
pip3 install conan==1.53.0
2121
2222
- name: Conan common config
2323
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
sudo apt-get install ninja-build gettext doxygen graphviz
25-
pip3 install conan==1.51.0
25+
pip3 install conan==1.53.0
2626
2727
- name: Conan common config
2828
run: |
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Install Conan & Common config
112112
run: |
113-
pip.exe install "conan==1.51.0"
113+
pip.exe install "conan==1.53.0"
114114
conan config install https://github.com/conan-io/conanclientcert.git
115115
conan profile new --detect default
116116
conan profile update settings.build_type=Release default

0 commit comments

Comments
 (0)