Skip to content

Commit

Permalink
Add libcrypto.so
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Oct 6, 2024
1 parent 4d0e813 commit 743ff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-clipboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
"-DCMAKE_CXX_COMPILER=${{ matrix.arch.gcc }}-g++-${{ matrix.gcc }}" \
"-DCMAKE_C_COMPILER=${{ matrix.arch.gcc }}-gcc-${{ matrix.gcc }}" \
"-DCMAKE_BUILD_TYPE=Release" \
"-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/${{ matrix.arch.gcc }}"
"-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/${{ matrix.arch.gcc }}/libcrypto.so" \
cmake --build . -j 4
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 743ff51

Please sign in to comment.