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
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Get nim-waku HEAD
|
||||
id: nim-waku-head
|
||||
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
|
||||
uses: actions/cache@v2
|
||||
|
|
Loading…
Reference in New Issue