Skip to content

Commit dfcba8b

Browse files
committed
Merge branch 'tamago1.23.1' of github.com:usbarmory/tamago-go into tamago1.23.1
2 parents 832bdd7 + f4f585e commit dfcba8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
fail-fast: false
99
steps:
1010
- uses: actions/checkout@v4.1.7
11+
- name: Prerequisites
12+
run: |
13+
sudo apt-get update
14+
sudo apt-get install -y binfmt-support qemu-user-static
1115
- name: Compile Go with make.bash
1216
run: |
1317
cd src ; ./make.bash

0 commit comments

Comments
 (0)