switch to conan for windows

This commit is contained in:
William Bell
2025-08-16 02:08:56 +01:00
parent c49e67c839
commit 6474329afc
2 changed files with 13 additions and 3 deletions

View File

@@ -117,8 +117,6 @@ jobs:
base-devel
mingw-w64-x86_64-gcc
mingw-w64-x86_64-make
mingw-w64-x86_64-gmp
mingw-w64-x86_64-gc
- name: Install Conan
run: |
@@ -128,7 +126,7 @@ jobs:
- name: Build Project
run: |
conan install . --build=missing
conan install . --profile mingw-profile.txt --build=missing
conan build .
- name: Package