diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba8912a..97f1854 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