CI conan install fixes

This commit is contained in:
Dan Paulat 2024-11-29 12:12:48 -06:00
parent 01f790020e
commit e61ac8814d

View file

@ -139,16 +139,18 @@ jobs:
conan config install `
./source/tools/conan/profiles/${{ matrix.conan_profile }} `
-tf profiles
conan install ./source/ `
mkdir -p build
cd build
conan install ../source/ `
--remote conancenter `
--build missing `
--profile:all ${{ matrix.conan_profile }}
--profile:all ${{ matrix.conan_profile }} `
${{ matrix.conan_package_manager }}
- name: Build Supercell Wx
shell: pwsh
run: |
mkdir build
mkdir -p build
cd build
cmake ../source/ `
-G Ninja `