fix pixelmatch
Some checks failed
Bigfoot / build-and-test (RelWithDebInfo, False) (push) Failing after 22s
Bigfoot / build-and-test (RelWithDebInfo, True) (push) Failing after 16s
Bigfoot / build-and-test (Release, False) (push) Failing after 18s
Bigfoot / build-and-test (Release, True) (push) Failing after 15s
Bigfoot / build-and-test (Debug, False) (push) Failing after 25s
Bigfoot / build-and-test (Debug, True) (push) Failing after 18s
Some checks failed
Bigfoot / build-and-test (RelWithDebInfo, False) (push) Failing after 22s
Bigfoot / build-and-test (RelWithDebInfo, True) (push) Failing after 16s
Bigfoot / build-and-test (Release, False) (push) Failing after 18s
Bigfoot / build-and-test (Release, True) (push) Failing after 15s
Bigfoot / build-and-test (Debug, False) (push) Failing after 25s
Bigfoot / build-and-test (Debug, True) (push) Failing after 18s
This commit is contained in:
@@ -103,7 +103,7 @@ class Bigfoot(ConanFile):
|
||||
|
||||
if(self.options.build_tests):
|
||||
self.test_requires("gtest/1.17.0")
|
||||
self.test_requires("pixelmatch-cpp17/1.0.3")
|
||||
self.test_requires("pixelmatch-cpp17/1.0.3@bigfootdev/main")
|
||||
|
||||
if(self.options.build_tools):
|
||||
self.requires("spirv-cross/1.4.313.0")
|
||||
|
||||
Reference in New Issue
Block a user