From 8097b066f4e617a224007c54ed8298fbcd8dfc95 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Fri, 5 Jun 2020 10:52:56 +1000 Subject: [PATCH] Fix actions --- .github/workflows/build-binaries.yml | 3 +++ .github/workflows/release.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 01b436bed..98605a4d0 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fe998f3f..0bae812e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: