Changeset 108 in Main for trunk/.github
- Timestamp:
- Sep 21, 2024, 12:01:22 AM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/build.yml
r107 r108 24 24 - name: Install packages 25 25 run: sudo apt-get install nsis mingw-w64 26 - name: Get OpenSSL 27 run: git clone https://github.com/clamwin/openssl 28 - name: Make it use the correct library 29 run: cp openssl/lib/mingw/x86/*.a openssl/lib/ 26 30 - name: Build 27 31 run: ./installer.sh win32 … … 48 52 - name: Install packages 49 53 run: sudo apt-get install nsis mingw-w64 54 - name: Get OpenSSL 55 run: git clone https://github.com/clamwin/openssl 56 - name: Make it use the correct library 57 run: cp openssl/lib/mingw/x64/*.a openssl/lib/ 50 58 - name: Build 51 59 run: ./installer.sh win64 … … 67 75 contents: write 68 76 69 needs: [build-win32 ]77 needs: [build-win32, build-win64] 70 78 71 79 steps:
Note:
See TracChangeset
for help on using the changeset viewer.