fix release.yml

This commit is contained in:
William Bell
2025-08-15 21:36:51 +01:00
parent 0d8f262185
commit be9f5a248d

View File

@@ -117,7 +117,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install conan pip install conan
conan profile new default --detect conan profile detect
conan profile update settings.compiler.version=13 default conan profile update settings.compiler.version=13 default
conan profile update settings.compiler=gcc default conan profile update settings.compiler=gcc default
conan profile update settings.os=Windows default conan profile update settings.os=Windows default
@@ -126,7 +126,7 @@ jobs:
- name: Build Windows with MinGW - name: Build Windows with MinGW
run: | run: |
conan install . --profile:host=default --profile:build=default --build=missing conan install . --profile:host=mingw-windows --profile:build=default --build=missing
conan build . conan build .
- name: Package Windows build - name: Package Windows build