Skip to content

Commit 900cc84

Browse files
committed
tidying
1 parent 9916f04 commit 900cc84

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ jobs:
88
fail-fast: false
99
steps:
1010
- uses: actions/checkout@v4.1.7
11-
1211
- name: Prerequisites
1312
run: |
1413
sudo apt-get update
1514
sudo apt-get install -y binfmt-support qemu-user-static
16-
1715
- name: Compile Go with all.bash
1816
run: |
1917
cd src ; ./all.bash
2018
- name: Run Go distribution tests under tamago/arm
2119
run: |
22-
GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=arm ./bin/go tool dist test
20+
GO_BUILDER_NAME=tamago GOOS=tamago GOARCH=arm ./bin/go tool dist test
2321
- name: Run Go distribution tests under tamago/riscv64
2422
run: |
25-
GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=riscv64 ./bin/go tool dist test
23+
GO_BUILDER_NAME=tamago GOOS=tamago GOARCH=riscv64 ./bin/go tool dist test

0 commit comments

Comments
 (0)