Browse Source

Modify: actions should not perform clean before build

pull/398/head
HFO4 5 years ago
parent
commit
ed684420a2
  1. 1
      .github/workflows/build.yml

1
.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

Loading…
Cancel
Save