mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-03 16:14:36 +00:00
Cache nim-waku binary
This commit is contained in:
parent
f0233f7696
commit
267cc69989
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -14,6 +14,15 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
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
|
- name: Install bufbuild
|
||||||
uses: mu-io/setup-buf@v1beta
|
uses: mu-io/setup-buf@v1beta
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user