magique
magique copied to clipboard
conanfile install failing
ERROR: Version range '~=0.1' from requirement 'ga3/[~=0.1]@DEGoodmanWilson/testing' required by 'conanfile.txt' could not be resolved in local cache
There may be a step missing in the README, but conan is failing to find ga3/[~=0.1]@DEGoodmanWilson/testing. Any help getting this working would be much appreciated!
oh I got it. I had to add your bintray repo (https://api.bintray.com/conan/degoodmanwilson/opensource/) to conan and then use the flag --build=ga3. Then it worked for me! If that should be part of the build I can add it to the README in a PR.