Skip to content

Commit

Permalink
back to nmake install
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Jan 25, 2024
1 parent a09bd38 commit 124fe77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/install/openssl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ runs:
shell: bash
run: |
cd openssl-${{ inputs.version }}
nmake install_sw
nmake install
echo "OPENSSL_ROOT_DIR=${{ github.workspace }}/openssl" >> "$GITHUB_ENV"
echo "OpenSSL_ROOT=${{ github.workspace }}/openssl" >> "$GITHUB_ENV"
- if: runner.os == 'Linux' && steps.cache-openssl.outputs.cache-hit != 'true'
shell: bash
run: |
Expand Down

0 comments on commit 124fe77

Please sign in to comment.