switch windows to use conan

This commit is contained in:
William Bell
2025-08-16 02:04:00 +01:00
parent 25cb96e473
commit c49e67c839

View File

@@ -119,12 +119,17 @@ jobs:
mingw-w64-x86_64-make mingw-w64-x86_64-make
mingw-w64-x86_64-gmp mingw-w64-x86_64-gmp
mingw-w64-x86_64-gc mingw-w64-x86_64-gc
mingw-w64-x86_64-gmp-static
mingw-w64-x86_64-gc-static - name: Install Conan
run: |
python -m pip install --upgrade pip
pip install conan
conan profile detect
- name: Build Project - name: Build Project
run: | run: |
make windows conan install . --build=missing
conan build .
- name: Package - name: Package
run: | run: |