|
|
|
@ -22,7 +22,7 @@ jobs:
|
|
|
|
|
- name: Install dependencies
|
|
|
|
|
run: |
|
|
|
|
|
sudo apt-get install ninja-build gettext doxygen graphviz
|
|
|
|
|
pip3 install conan==1.43.0
|
|
|
|
|
pip3 install conan==1.45.0
|
|
|
|
|
|
|
|
|
|
- name: Conan common config
|
|
|
|
|
run: |
|
|
|
|
@ -83,7 +83,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
Windows:
|
|
|
|
|
name: 'Build Windows Release'
|
|
|
|
|
runs-on: windows-latest
|
|
|
|
|
runs-on: windows-2022
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
|
|
@ -113,10 +113,12 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Install Conan & Common config
|
|
|
|
|
run: |
|
|
|
|
|
pip.exe install "conan==1.43.0"
|
|
|
|
|
pip.exe install "conan==1.45.0"
|
|
|
|
|
conan config install https://github.com/conan-io/conanclientcert.git
|
|
|
|
|
conan profile new --detect default
|
|
|
|
|
conan profile update settings.build_type=Release default
|
|
|
|
|
conan profile update settings.compiler="Visual Studio" default
|
|
|
|
|
conan profile update settings.compiler.version=17 default
|
|
|
|
|
conan config set storage.path=$Env:GITHUB_WORKSPACE/conanCache
|
|
|
|
|
conan config get storage.path
|
|
|
|
|
tree /f ./conanCache
|
|
|
|
|