Compare commits

...

1 Commits

Author SHA1 Message Date
William Bell
51f6a88ce8 add profile to build 2025-08-16 03:00:01 +01:00

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: |