Merge pull request #2540 from neheb/r

github CI: update conan
main
Rosen Penev 2 years ago committed by GitHub
commit 1697417c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
sudo apt install -y tree sudo apt install -y tree
python3 -m pip install conan==1.55.0 ninja python3 -m pip install conan==1.59.0 ninja
- name: Conan common config - name: Conan common config
run: | run: |

@ -23,7 +23,7 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
python3 -m pip install conan==1.55.0 gcovr ninja python3 -m pip install conan==1.59.0 gcovr ninja
- name: Conan common config - name: Conan common config
run: | run: |
@ -68,7 +68,7 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
sudo apt install -y valgrind sudo apt install -y valgrind
python3 -m pip install conan==1.55.0 ninja python3 -m pip install conan==1.59.0 ninja
- name: Conan common config - name: Conan common config
run: | run: |
@ -102,7 +102,7 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
python3 -m pip install conan==1.55.0 ninja python3 -m pip install conan==1.59.0 ninja
- name: Conan common config - name: Conan common config
run: | run: |
@ -136,7 +136,7 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
sudo apt install -y valgrind doxygen graphviz gettext sudo apt install -y valgrind doxygen graphviz gettext
python3 -m pip install conan==1.55.0 ninja python3 -m pip install conan==1.59.0 ninja
- name: Conan common config - name: Conan common config
run: | run: |

@ -23,7 +23,7 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
python3 -m pip install conan==1.55.0 python3 -m pip install conan==1.59.0
sudo add-apt-repository ppa:ubuntu-lxc/daily -y sudo add-apt-repository ppa:ubuntu-lxc/daily -y
wget -q -O - https://files.pvs-studio.com/etc/pubkey.txt |sudo apt-key add - wget -q -O - https://files.pvs-studio.com/etc/pubkey.txt |sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/etc/viva64.list sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/etc/viva64.list

@ -24,7 +24,7 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
python3 -m pip install conan==1.55.0 gcovr ninja python3 -m pip install conan==1.59.0 gcovr ninja
- name: Conan common config - name: Conan common config
run: | run: |

@ -113,7 +113,7 @@ jobs:
- name: Install Conan & Common config - name: Install Conan & Common config
run: | run: |
python -m pip install conan==1.55.0 python -m pip install conan==1.59.0
conan profile new --detect default conan profile new --detect default
conan profile show default conan profile show default
conan profile update settings.build_type=Release default conan profile update settings.build_type=Release default

Loading…
Cancel
Save