diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 692095a..ed7fb60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/mingw-profile.txt b/mingw-profile.txt new file mode 100644 index 0000000..244598e --- /dev/null +++ b/mingw-profile.txt @@ -0,0 +1,12 @@ +[settings] +os=Windows +compiler=gcc +compiler.version=12 +compiler.libcxx=libstdc++11 +compiler.threads=posix +compiler.exception=seh +arch=x86_64 +build_type=Release + +[tool_requires] +mingw-builds/12.2.0 \ No newline at end of file