Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Sep 15, 2024
1 parent 9d24823 commit 13b9f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sudo apt-get install -y binfmt-support qemu-user-static
- name: Compile Go with all.bash
run: |
cd src ; ./clean.bash ; ./all.bash
cd src ; ./all.bash
- name: Run Go distribution tests under tamago/arm
run: |
GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=arm ./bin/go tool dist test
Expand Down

0 comments on commit 13b9f40

Please sign in to comment.