From 8e5357968237c5ef92c54a667a273d5744711d53 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:36:51 +0100 Subject: [PATCH] fix release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ab4e67..f4a0d89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,7 +117,7 @@ jobs: run: | python -m pip install --upgrade pip pip install conan - conan profile new default --detect + conan profile detect conan profile update settings.compiler.version=13 default conan profile update settings.compiler=gcc default conan profile update settings.os=Windows default @@ -126,7 +126,7 @@ jobs: - name: Build Windows with MinGW run: | - conan install . --profile:host=default --profile:build=default --build=missing + conan install . --profile:host=mingw-windows --profile:build=default --build=missing conan build . - name: Package Windows build