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:
parent
0227c353b4
commit
ea4b842238
1
.github/workflows/github.yml
vendored
1
.github/workflows/github.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user