Skip to content

Commit

Permalink
Modify: actions should not perform clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed May 19, 2020
1 parent 2076d56 commit ed68442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed68442

Please sign in to comment.