Changeset 108 in Main for trunk/.github


Ignore:
Timestamp:
Sep 21, 2024, 12:01:22 AM (8 weeks ago)
Author:
Nishi
Message:

get openssl

File:
1 edited

Legend:

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

    r107 r108  
    2424    - name: Install packages
    2525      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/
    2630    - name: Build
    2731      run: ./installer.sh win32
     
    4852    - name: Install packages
    4953      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/
    5058    - name: Build
    5159      run: ./installer.sh win64
     
    6775      contents: write
    6876
    69     needs: [build-win32]
     77    needs: [build-win32, build-win64]
    7078
    7179    steps:
Note: See TracChangeset for help on using the changeset viewer.