summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStephane Peter <megastep@megastep.org>2020-03-05 02:48:07 -0800
committerStephane Peter <megastep@megastep.org>2020-03-05 02:48:07 -0800
commit4bcb0f9488954a90e01c14ca33eed725c38cc7a4 (patch)
tree9bf2ac7c63434d3ae84f0d84b5e9ad8e2979e7a4 /.github
parentacc95125eb89ffb7902f8619100ad0db37b7ab65 (diff)
downloadmakeself-4bcb0f9488954a90e01c14ca33eed725c38cc7a4.tar.gz
Check out submodules differently
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6fb54ca..bd307f4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,8 +14,10 @@ jobs:
uses: actions/checkout@v2
- name: Checkout submodules
- uses: textbook/git-checkout-submodule-action@2.0.0
-
+ uses: srt32/git-actions@v0.0.3
+ with:
+ args: git submodule update --init --recursive
+
- name: Build release
run: make