Browse Source

Don't use conan 1.52.0

Fails on Windows in the `MSBuildDeps` generator.

Looks like a bug in Conan raised an issue conan-io/conan#12023
Jelle Spijker 2 years ago
parent
commit
871e442a2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/requirements-conan-package.txt

+ 1 - 1
.github/workflows/requirements-conan-package.txt

@@ -1,2 +1,2 @@
-conan!=1.51.0,!=1.51.1,!=1.51.2,!=1.51.3
+conan!=1.51.0,!=1.51.1,!=1.51.2,!=1.51.3,!=1.52.0
 sip