diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-01-19 22:24:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-19 22:24:57 -0800 |
| commit | 5f3784ee0509d529089e590777d5c9ca24885ddf (patch) | |
| tree | 89f1a7d5268a9849c4d9be03e75bf2c41c8119bd | |
| parent | 1dced263046005768b2a570d29092d0062ab8bf2 (diff) | |
| download | seaweedfs-5f3784ee0509d529089e590777d5c9ca24885ddf.tar.xz seaweedfs-5f3784ee0509d529089e590777d5c9ca24885ddf.zip | |
Update binaries_dev.yml
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 6ade2d2d3..207bb9700 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -68,7 +68,7 @@ jobs: asset_name: "weed-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" build_dev_darwin: - needs: build_dev_linux + needs: build_dev_linux_windows runs-on: ubuntu-latest strategy: matrix: |
