From 21a4a93666b6781563d950be9486cc61126b960d Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 15 Feb 2022 16:51:15 +0100 Subject: [PATCH] add submodule init to runonce action --- .github/workflows/runonce.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/runonce.yml b/.github/workflows/runonce.yml index 2a2cc8a..df389de 100644 --- a/.github/workflows/runonce.yml +++ b/.github/workflows/runonce.yml @@ -6,6 +6,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: recursive # See: https://github.com/marketplace/actions/setup-go-environment - name: Setup Golang @@ -22,6 +24,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: recursive # See: https://github.com/marketplace/actions/setup-go-environment - name: Setup Golang