[fold] update conan

This commit is contained in:
Denis Angell
2025-02-02 22:25:33 +01:00
parent c27518b846
commit bf33b6f637

View File

@@ -30,6 +30,9 @@ jobs:
env:
build_dir: .build
steps:
- name: upgrade conan
run: |
pip install --upgrade "conan<2"
- name: check environment
run: |
echo ${PATH} | tr ':' '\n'
@@ -82,6 +85,9 @@ jobs:
env:
build_dir: .build
steps:
- name: upgrade conan
run: |
pip install --upgrade "conan<2"
- name: download cache
uses: actions/download-artifact@v4
with: