Skip to content

Commit df2fc89

Browse files
committed
tmp
1 parent b06fa4d commit df2fc89

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/static-build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
sudo apt-get update
2929
sudo apt-get install -y libelf-dev libssl-dev
3030
31+
- name: Look for static libssl/libcrypto
32+
run: |
33+
find /usr -name libssl.a
34+
find /usr -name libcrypto.a
35+
3136
- name: Download and extract compiled LLVM release
3237
run: |
3338
curl -L -O "${{ env.LLVM_URL_PREFIX }}/${{ env.LLVM_PATH }}.tar.xz"

0 commit comments

Comments
 (0)