Modify: actions should not perform clean before build
This commit is contained in:
parent
2076d56f0f
commit
ed684420a2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue