Skip to content

Commit

Permalink
Merge branch 'tamago1.23.1' of github.com:usbarmory/tamago-go into ta…
Browse files Browse the repository at this point in the history
…mago1.23.1
  • Loading branch information
abarisani committed Sep 13, 2024
2 parents 832bdd7 + f4f585e commit dfcba8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
fail-fast: false
steps:
- uses: actions/[email protected]
- name: Prerequisites
run: |
sudo apt-get update
sudo apt-get install -y binfmt-support qemu-user-static
- name: Compile Go with make.bash
run: |
cd src ; ./make.bash
Expand Down

0 comments on commit dfcba8b

Please sign in to comment.