- Timestamp:
- Sep 20, 2024, 11:59:39 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/build.yml
r106 r107 23 23 uses: actions/checkout@v4 24 24 - name: Install packages 25 run: sudo apt-get install nsis 25 run: sudo apt-get install nsis mingw-w64 26 26 - name: Build 27 27 run: ./installer.sh win32 … … 47 47 uses: actions/checkout@v4 48 48 - name: Install packages 49 run: sudo apt-get install nsis 49 run: sudo apt-get install nsis mingw-w64 50 50 - name: Build 51 51 run: ./installer.sh win64
Note:
See TracChangeset
for help on using the changeset viewer.