install mingw

git-svn-id: file:///raid/svn-personal/tewi/trunk@107 8739d7e6-ffea-ec47-b151-bdff447c6205
This commit is contained in:
Nishi 2024-09-20 14:59:39 +00:00
parent 7fb4870bf7
commit 96c20ef018

View File

@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install packages
run: sudo apt-get install nsis
run: sudo apt-get install nsis mingw-w64
- name: Build
run: ./installer.sh win32
- name: Rename
@ -46,7 +46,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install packages
run: sudo apt-get install nsis
run: sudo apt-get install nsis mingw-w64
- name: Build
run: ./installer.sh win64
- name: Rename