mirror of https://github.com/waku-org/js-waku.git
Always checkout submodules and actually get nim-waku head
This commit is contained in:
parent
7ef0830620
commit
c03f69a807
|
@ -13,11 +13,13 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: 'recursive'
|
||||||
|
|
||||||
- name: Get nim-waku HEAD
|
- name: Get nim-waku HEAD
|
||||||
id: nim-waku-head
|
id: nim-waku-head
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "::set-output name=ref::$(git rev-parse HEAD)"
|
run: cd nim-waku && echo "::set-output name=ref::$(git rev-parse HEAD)"
|
||||||
|
|
||||||
- name: Cache nim-waku binary
|
- name: Cache nim-waku binary
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
Loading…
Reference in New Issue