Skip to content

Commit

Permalink
Trying to fix assets.yml jobs: trying with an older version of gtest.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Dec 16, 2023
1 parent ceb2027 commit 54a4b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def build_requirements(self):
if self.settings.arch != "armv8":
self.tool_requires("zulu-openjdk/11.0.19")
if self.options.build_tests:
self.requires("gtest/1.14.0")
self.requires("gtest/1.13.0")

def requirements(self):
self.requires("antlr4-cppruntime/4.13.0")
Expand Down

0 comments on commit 54a4b30

Please sign in to comment.