Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
greycodee committed Jul 30, 2022
1 parent bd3ef25 commit d30116f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
go-version: 1.16
- name: Build
run: |
apt install gcc-aarch64-linux-gnu
apt install gcc-mingw-w64-x86-64
sudo apt-get install gcc-aarch64-linux-gnu
sudo apt-get install gcc-mingw-w64-x86-64
make
- name: Create Release
id: create_release
Expand Down

0 comments on commit d30116f

Please sign in to comment.