switch to conan for windows
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user