add profile to build

This commit is contained in:
William Bell
2025-08-16 03:00:01 +01:00
parent f420273471
commit 89b0ef0ed8

View File

@@ -131,7 +131,7 @@ jobs:
- name: Build Project
run: |
conan install . --profile mingw-profile.txt --build=missing
conan build .
conan build . --profile mingw-profile.txt
- name: Package
run: |