From f34a0b331bfdc4819d02a9ff82a4d720ee74b380 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 18 Jan 2024 16:43:09 +0200 Subject: [PATCH] Clone settings.yml manually. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4268dd4a7..c11a56f96 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -383,7 +383,8 @@ for: - qbs-setup-qt %QTDIR%\bin\%QMAKE% qt6 - qbs-config defaultProfile qt6 - dir "C:\Qt\Tools" - - conan config install https://gist.github.com/dismine/0abab496338183c36661e635c2aeab8d.git + - git clone https://gist.github.com/dismine/0abab496338183c36661e635c2aeab8d.git + - conan config install 0abab496338183c36661e635c2aeab8d\settings.yml - type C:\Users\appveyor\.conan\settings.yml - conan profile new valentina - conan profile update settings.build_type=Release valentina