mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
Always checkout submodules and actually get nim-waku head
This commit is contained in:
parent
7ef0830620
commit
c03f69a807
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user