Changeset 107 in Main for trunk/.github/workflows


Ignore:
Timestamp:
Sep 20, 2024, 11:59:39 PM (8 weeks ago)
Author:
Nishi
Message:

install mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/build.yml

    r106 r107  
    2323      uses: actions/checkout@v4
    2424    - name: Install packages
    25       run: sudo apt-get install nsis
     25      run: sudo apt-get install nsis mingw-w64
    2626    - name: Build
    2727      run: ./installer.sh win32
     
    4747      uses: actions/checkout@v4
    4848    - name: Install packages
    49       run: sudo apt-get install nsis
     49      run: sudo apt-get install nsis mingw-w64
    5050    - name: Build
    5151      run: ./installer.sh win64
Note: See TracChangeset for help on using the changeset viewer.