diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 279ec83..ebc148d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,6 +55,8 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - name: Check out code into the Go module directory + uses: actions/checkout@v1 - uses: actions/download-artifact@v1 with: name: build