Skip to content

Commit

Permalink
Install Mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne0nd0g committed Dec 14, 2023
1 parent c0a5b07 commit 1a45641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
go-version: '1.21'
check-latest: true

- name: Install Mingw-w64
id: install_mingw
run: sudo apt-get install gcc-mingw-w64-x86-64

- name: Install 7zip
id: install_7zip
run: sudo apt-get install p7zip-full
Expand Down

0 comments on commit 1a45641

Please sign in to comment.