Skip to content

Commit

Permalink
ci: Bundle curl gnutils lib
Browse files Browse the repository at this point in the history
Co-authored-by: Macdu <[email protected]>
  • Loading branch information
EXtremeExploit and Macdu authored Nov 8, 2023
1 parent 9d23a76 commit 0f4559c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,13 @@ jobs:
run: echo "build_variable=$(git rev-list HEAD --count)" >> $GITHUB_ENV
if: matrix.os == 'ubuntu-latest'

- name: Bundle OpenSSL shared objects
id: bundle_openssl
- name: Bundle shared objects
id: bundle_shared_objects
run: |
cd build/${{ matrix.cmake_preset }}/bin/${{ matrix.config }}
cp /usr/lib/x86_64-linux-gnu/libssl.so.3 ./libssl.so.3
cp /usr/lib/x86_64-linux-gnu/libcrypto.so.3 ./libcrypto.so.3
cp /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4 ./libcurl-gnutls.so.4
if: matrix.os == 'ubuntu-latest'

- name: Ccache statistics
Expand Down

0 comments on commit 0f4559c

Please sign in to comment.