diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-06 22:54:29 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-06 22:54:29 -0700 |
| commit | ee143f9ae09367c9ae3d23997ca9462606794223 (patch) | |
| tree | 05d8928c54814a55d1a87d4f93bf74c267781a42 /.github/workflows/binaries_dev.yml | |
| parent | 5035b0a1094141195a4d6c582cbf3c8eb314d62d (diff) | |
| download | seaweedfs-ee143f9ae09367c9ae3d23997ca9462606794223.tar.xz seaweedfs-ee143f9ae09367c9ae3d23997ca9462606794223.zip | |
github action adds dependencies
Diffstat (limited to '.github/workflows/binaries_dev.yml')
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index fbe47c671..87e50774e 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -21,7 +21,8 @@ jobs: assets: | weed-* - build: + build_dev: + needs: cleanup name: Build runs-on: ubuntu-latest strategy: |
