Skip to content

Commit

Permalink
Try mingw direct from Chocolatey
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Nov 7, 2023
1 parent 11411af commit f5f469d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-windows-portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
with:
go-version: 1.19

- name: Install makensis
- name: Install dependencies
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install nsis
args: install nsis mingw

- name: Install wails
shell: bash
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,11 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.19

- name: Set up MinGW for cross-compilation
uses: egor-tensin/setup-mingw@v2
with:
platform: x64

- name: Install makensis
- name: Install dependencies
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install nsis
args: install nsis mingw

- name: Install wails
shell: bash
Expand Down

0 comments on commit f5f469d

Please sign in to comment.