diff --git a/.github/workflows/on_PR_windows_matrix.yml b/.github/workflows/on_PR_windows_matrix.yml index 2b9253ead3..dfd05f7c6d 100644 --- a/.github/workflows/on_PR_windows_matrix.yml +++ b/.github/workflows/on_PR_windows_matrix.yml @@ -46,7 +46,7 @@ jobs: - name: Install Conan & Common config run: | - pip.exe install conan + pip.exe install "conan==1.36.0" conan profile new --detect default conan profile update settings.build_type=${{matrix.build_type}} default conan config set storage.path=$Env:GITHUB_WORKSPACE/conanCache diff --git a/.github/workflows/on_push_BasicWinLinMac.yml b/.github/workflows/on_push_BasicWinLinMac.yml index 15ac879221..fdccfc7d69 100644 --- a/.github/workflows/on_push_BasicWinLinMac.yml +++ b/.github/workflows/on_push_BasicWinLinMac.yml @@ -31,7 +31,7 @@ jobs: - name: Install Conan & Common config run: | - pip.exe install conan + pip.exe install "conan==1.39.0" conan profile new --detect default conan profile show default diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df19bc7b4f..90b4ccbab6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: - name: Install Conan & Common config run: | - pip.exe install conan + pip.exe install "conan==1.39.0" conan profile new --detect default conan profile update settings.build_type=Release default conan config set storage.path=$Env:GITHUB_WORKSPACE/conanCache