Skip to content

Commit 13b9f40

Browse files
committed
fix action
1 parent 9d24823 commit 13b9f40

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
@@ -14,7 +14,7 @@ jobs:
1414
sudo apt-get install -y binfmt-support qemu-user-static
1515
- name: Compile Go with all.bash
1616
run: |
17-
cd src ; ./clean.bash ; ./all.bash
17+
cd src ; ./all.bash
1818
- name: Run Go distribution tests under tamago/arm
1919
run: |
2020
GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=arm ./bin/go tool dist test

0 commit comments

Comments
 (0)