Cache nim-waku binary

This commit is contained in:
Franck Royer 2021-03-15 17:50:38 +11:00
parent f0233f7696
commit 267cc69989
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 9 additions and 0 deletions

View File

@ -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: