Skip to content

Commit

Permalink
Clean conan_output before build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Feb 28, 2024
1 parent 5ded6f1 commit 95b9a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/get_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def install_deps(arch: str):
subprocess.run(["conan", "profile", "detect", "-f"])

conan_output = os.path.join("conan_output", arch)
shutil.rmtree(conan_output, ignore_errors=True)

subprocess.run(
[
Expand Down

0 comments on commit 95b9a81

Please sign in to comment.