workflow: fix go install path to ./weed

This commit is contained in:
Chris Lu
2026-01-28 01:35:24 -08:00
parent 33c1a8251a
commit 05c184b610

View File

@@ -29,7 +29,7 @@ jobs:
- name: Install SeaweedFS
run: |
go install -buildvcs=false
go install -buildvcs=false ./weed
- name: Run S3 Tables Integration Tests
timeout-minutes: 25