grpc ver. bump

This commit is contained in:
Rmys
2024-08-21 17:43:58 +03:00
parent fe161ec496
commit 251c6ca0cb
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.system("ln -rsf googletest-release-1.12.1/googlemock third_party/googletest/googlemock")
shelltools.system("ln -rsf googletest-release-1.12.1/googletest third_party/googletest/googletest")
shelltools.system("ln -rsf googletest-release-1.15.2/googlemock third_party/googletest/googlemock")
shelltools.system("ln -rsf googletest-release-1.15.2/googletest third_party/googletest/googletest")
shelltools.makedirs("build")
shelltools.cd("build")