1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-24 03:47:18 +02:00
vcmi/CI/install_conan_dependencies.sh

10 lines
224 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2024-09-06 16:57:37 +00:00
RELEASE_TAG="1.3"
FILENAME="$1"
2024-08-20 20:37:49 +00:00
DOWNLOAD_URL="https://github.com/vcmi/vcmi-dependencies/releases/download/$RELEASE_TAG/$FILENAME.txz"
mkdir ~/.conan
cd ~/.conan
2024-08-20 20:37:49 +00:00
curl -L "$DOWNLOAD_URL" | tar -xf - --xz