🐛 Fixed missing dx9 sdk install step

This commit is contained in:
2021-09-20 14:34:09 +02:00
parent 44cda183ed
commit 4686ebc64f
2 changed files with 9 additions and 9 deletions

View File

@ -38,4 +38,4 @@ data = list(filter(lambda k: 'anotherfoxguy' in k, subprocess.run(
['conan', 'search', '*', '--raw'], stdout=subprocess.PIPE).stdout.decode("utf-8").split()))
for d in data:
system(f"conan upload {d} -r ror-v2 --all")
system(f"conan upload {d} -r ror-v2 --all --force")