]> Git repositories of Nishi - tewi.git/commitdiff
install mingw
authorNishi <nishi@nishi.boats>
Fri, 20 Sep 2024 14:59:39 +0000 (14:59 +0000)
committerNishi <nishi@nishi.boats>
Fri, 20 Sep 2024 14:59:39 +0000 (14:59 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@107 8739d7e6-ffea-ec47-b151-bdff447c6205

.github/workflows/build.yml

index e54ebfca56b998a8c5b7b4f666980aba8323a402..948143d91c595a0153b6cbc3f1cebcd3c29c991d 100644 (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