Pin revisions of Conan dependencies (#6351)

This commit is contained in:
Siarhei Fedartsou
2022-08-31 09:59:53 +02:00
committed by GitHub
parent 9a638f3568
commit c003ac1055
2 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -475,9 +475,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.conan
key: v3-conan-${{ matrix.name }}-${{ github.sha }}
key: v4-conan-${{ matrix.name }}-${{ github.sha }}
restore-keys: |
v3-conan-${{ matrix.name }}-
v4-conan-${{ matrix.name }}-
- name: Enable test cache
uses: actions/cache@v2
with:
@@ -516,7 +516,7 @@ jobs:
- name: Install dev dependencies
run: |
python3 -m pip install conan==1.50.0
python3 -m pip install conan==1.51.3
# CMake
mkdir -p ${CMAKE_DIR}