From d889a48bb437a4545c1b343ed80386fcb8a9f383 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Tue, 4 Apr 2023 22:00:44 +0200 Subject: [PATCH] Update to Conan 2.0.3 --- .gitlab-ci.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb5e49f..61bffa5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - CONAN_VERSION: "2.0.2" + CONAN_VERSION: "2.0.3" PYTHON_VERSION: "3.6.13" workflow: diff --git a/README.md b/README.md index 5f5c7e4..a9208e2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ Pipeline to create Conan package -Conan 2.0.2 for: -* Linux 32 bits: [conan-2.0.2-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/conan/-/jobs/artifacts/2.0.2/download?job=linux-i686) -* Linux 64 bits: [conan-2.0.2-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.0.2/download?job=linux-x86_64) +Conan 2.0.3 for: +* Linux 32 bits: [conan-2.0.3-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/conan/-/jobs/artifacts/2.0.3/download?job=linux-i686) +* Linux 64 bits: [conan-2.0.3-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.0.3/download?job=linux-x86_64) -- GitLab