Fix actions

This commit is contained in:
Mikunj 2020-06-05 10:52:56 +10:00
parent 48d37014d6
commit 8097b066f4
2 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,9 @@ jobs:
- name: Checkout git repo
uses: actions/checkout@v2
- name: Pull git submodules
run: git submodule update --init
- name: Install node
uses: actions/setup-node@v1
with:

View file

@ -20,6 +20,9 @@ jobs:
- name: Checkout git repo
uses: actions/checkout@v2
- name: Pull git submodules
run: git submodule update --init
- name: Install node
uses: actions/setup-node@v1
with: