Added Tari gRPC definitions

This commit is contained in:
SChernykh
2024-01-27 21:29:12 +01:00
parent ab747d66ac
commit a60fba8c18
32 changed files with 67181 additions and 30 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- name: Configure CMake
run: cmake -B ${{ env.build }} -DCMAKE_BUILD_TYPE=${{ env.config }}