Skip to content

Commit c51615d

Browse files
committedSep 11, 2024
fix action
1 parent 52c1fa4 commit c51615d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
cd src ; ./clean.bash ; ./all.bash
1717
- name: Run Go distribution tests under GOOS=tamago
1818
run: |
19-
GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=arm ./bin/go run cmd/dist test
19+
GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=arm ./bin/go tool dist test

0 commit comments

Comments
 (0)