Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 16, 2024
1 parent b78e52c commit 0f4c14f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- name: Build OpenSSL
shell: cmd
run: |
wget https://www.openssl.org/source/openssl-3.1.4.tar.gz
tar -xzf openssl-3.1.4.tar.gz && mv openssl-3.1.4 openssl
cd openssl && perl Configure ${{ matrix.config.openssl }}
cd openssl && nmake && nmake install
C:\msys64\usr\bin\wget.exe https://www.openssl.org/source/openssl-3.1.4.tar.gz
C:\msys64\usr\bin\tar.exe -xzf openssl-3.1.4.tar.gz
cd openssl-3.1.4 && perl Configure ${{ matrix.config.openssl }}
cd openssl-3.1.4 && nmake && nmake install
- name: Build
shell: cmd
Expand Down

0 comments on commit 0f4c14f

Please sign in to comment.