From 267cc699898d7a000b6edde64ee5b8a5b3888ce7 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 15 Mar 2021 17:50:38 +1100 Subject: [PATCH] Cache nim-waku binary --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7da7a93fce..2dbd310c2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,15 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Init submodules + run: git submodule update --init --recursive + + - name: Cache nim-waku binary + uses: actions/cache@v2 + with: + path: ./nim-waku/build/wakunode2 + key: nim-waku-build-v1-${{ hashFiles('.gitmodules') }} + - name: Install bufbuild uses: mu-io/setup-buf@v1beta with: