test older conan

This commit is contained in:
aptalca 2021-09-14 15:21:25 -04:00
parent 113f9adeee
commit 138aa9d3ee

View file

@ -18,8 +18,7 @@ RUN \
python3-dev \ python3-dev \
python3-pip && \ python3-pip && \
pip3 install -U pip && \ pip3 install -U pip && \
pip install conan && \ pip install conan==1.28.2 && \
conan user && \
echo "**** build audacity ****" && \ echo "**** build audacity ****" && \
if [ -z ${AUDACITY_VERSION+x} ]; then \ if [ -z ${AUDACITY_VERSION+x} ]; then \
AUDACITY_VERSION=$(curl -sX GET "https://api.github.com/repos/audacity/audacity/releases/latest" \ AUDACITY_VERSION=$(curl -sX GET "https://api.github.com/repos/audacity/audacity/releases/latest" \