Skip to content

Commit

Permalink
Refactor OpenSSL dependency handling in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed May 14, 2024
1 parent 3f50582 commit 187e047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ jobs:

- name: Handle OpenSSL dependency for rust build
run: |
${{ github.workspace }}/vcpkg/vcpkg install openssl
echo "OPENSSL_ROOT_DIR=${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkg_triplet }}" >> $GITHUB_ENV
cd $VCPKG_ROOT && ./vcpkg install openssl --triplet=${{ matrix.vcpkg_triplet }}
echo "OPENSSL_ROOT_DIR=$VCPKG_ROOT/installed/${{ matrix.vcpkg_triplet }}" >> $GITHUB_ENV
echo "OPENSSL_USE_STATIC_LIBS=true" >> $GITHUB_ENV
- name: Set Openssl dir
Expand Down

0 comments on commit 187e047

Please sign in to comment.