1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Conan v1 doesn't know about Xcode 16

This commit is contained in:
Andrey Filipenkov 2024-11-23 12:44:13 +03:00 committed by GitHub
parent 0227c353b4
commit ea4b842238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,6 +202,7 @@ jobs:
if: "${{ matrix.conan_profile != '' }}"
run: |
conan profile new default --detect
sed -i '' 's/compiler.version=16/compiler.version=15/' ~/.conan/profiles/default
conan install . \
--install-folder=conan-generated \
--no-imports \