Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 16, 2024
1 parent 8502e3d commit ebef86d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
call "${{ matrix.config.environment_script }}"
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
cd openssl-3.1.4
perl Configure ${{ matrix.config.openssl }}
nmake && nmake install
- name: Build
shell: cmd
Expand Down

0 comments on commit ebef86d

Please sign in to comment.