Force regen conan profile; Build with newer macos runner
This commit is contained in:
parent
44b9ffbfa0
commit
5e4c68e1a2
2 changed files with 4 additions and 4 deletions
2
setup.py
2
setup.py
|
|
@ -76,7 +76,7 @@ def install_openssl(arch: str) -> dict:
|
|||
# Need to compile openssl if musllinux
|
||||
build.append("openssl*")
|
||||
|
||||
subprocess.run(["conan", "profile", "detect"])
|
||||
subprocess.run(["conan", "profile", "detect", "-f"])
|
||||
|
||||
conan_output = os.path.join("conan_output", arch)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue