1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-08 23:22:25 +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

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 \