Update to conan 1.60.1
This commit is contained in:
parent
9ed731f2dd
commit
9e9dcf409c
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -256,7 +256,7 @@ jobs:
|
|||||||
if [[ "${{matrix.os}}" == "ubuntu-18.04" ]]; then
|
if [[ "${{matrix.os}}" == "ubuntu-18.04" ]]; then
|
||||||
python3 -m pip install setuptools
|
python3 -m pip install setuptools
|
||||||
fi
|
fi
|
||||||
python3 -m pip install conan==1.59
|
python3 -m pip install conan==1.60.1
|
||||||
- name: Save pip cache
|
- name: Save pip cache
|
||||||
# note: this access key has write access to the cache. This can't run on PRs.
|
# note: this access key has write access to the cache. This can't run on PRs.
|
||||||
if: ${{github.event_name == 'push' }}
|
if: ${{github.event_name == 'push' }}
|
||||||
@ -461,7 +461,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Using "python3 -m pip" instead of "pip3" to make sure we get the same pip that we queried the cache dir for the Github Cache action
|
# Using "python3 -m pip" instead of "pip3" to make sure we get the same pip that we queried the cache dir for the Github Cache action
|
||||||
python3 -m pip install conan==1.59
|
python3 -m pip install conan==1.60.1
|
||||||
- name: Save pip cache
|
- name: Save pip cache
|
||||||
# note: this access key has write access to the cache. This can't run on PRs.
|
# note: this access key has write access to the cache. This can't run on PRs.
|
||||||
if: ${{github.event_name == 'push' }}
|
if: ${{github.event_name == 'push' }}
|
||||||
|
@ -99,15 +99,15 @@ You can use the following commands to install these requirements
|
|||||||
|
|
||||||
# Ubuntu
|
# Ubuntu
|
||||||
$ sudo apt install git g++ cmake make pkg-config libcurl4-openssl-dev libssl-dev libfuse-dev python3 python3-pip
|
$ sudo apt install git g++ cmake make pkg-config libcurl4-openssl-dev libssl-dev libfuse-dev python3 python3-pip
|
||||||
$ sudo pip3 install conan==1.59
|
$ sudo pip3 install conan==1.60.1
|
||||||
|
|
||||||
# Fedora
|
# Fedora
|
||||||
$ sudo dnf install git gcc-c++ cmake make pkgconf libcurl-devel openssl-devel fuse-devel python3 python3-pip
|
$ sudo dnf install git gcc-c++ cmake make pkgconf libcurl-devel openssl-devel fuse-devel python3 python3-pip
|
||||||
$ sudo pip3 install conan==1.59
|
$ sudo pip3 install conan==1.60.1
|
||||||
|
|
||||||
# Macintosh
|
# Macintosh
|
||||||
$ brew install cmake pkg-config openssl libomp macfuse
|
$ brew install cmake pkg-config openssl libomp macfuse
|
||||||
$ sudo pip3 install conan==1.59
|
$ sudo pip3 install conan==1.60.1
|
||||||
|
|
||||||
Build & Install
|
Build & Install
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
Reference in New Issue
Block a user