Skip to content

Commit

Permalink
install cross compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmainguy committed Jan 31, 2022
1 parent 9cadff0 commit 72c90a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
fetch-depth: 0

- name: install arm cc
run: sudo apt-get install -y gcc-aarch64-linux-gnu

- name: install go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 72c90a9

Please sign in to comment.