Skip to content

Commit

Permalink
add missing cd
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Jan 24, 2024
1 parent 79f16cb commit 3a87a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install/openssl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ runs:
- if: runner.os == 'Windows'
shell: bash
run: |
cd openssl-${{ inputs.version }}
nmake install_sw
echo "OPENSSL_ROOT_DIR=${{ github.workspace }}/openssl" >> "$GITHUB_ENV"
echo "OpenSSL_ROOT=${{ github.workspace }}/openssl" >> "$GITHUB_ENV"
Expand All @@ -46,6 +47,7 @@ runs:
- if: runner.os == 'Linux'
shell: bash
run: |
cd openssl-${{ inputs.version }}
sudo make -j $(nproc) install_sw
echo "OPENSSL_ROOT_DIR=${{ github.workspace }}/openssl" >> "$GITHUB_ENV"
echo "OpenSSL_ROOT=${{ github.workspace }}/openssl" >> "$GITHUB_ENV"

0 comments on commit 3a87a2d

Please sign in to comment.