Always checkout submodules and actually get nim-waku head

This commit is contained in:
Franck Royer 2021-03-19 11:36:33 +11:00
parent 7ef0830620
commit c03f69a807
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 1 deletions

View File

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