diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba8912ad95163a9bb2cb2d7e96fd9388f71398a6..97f1854200e682a8a464050eed757a9a75538629 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 with: + clean: false submodules: 'recursive' - name: Get dependencies and build