There was an error while loading. Please reload this page.
1 parent b06fa4d commit df2fc89Copy full SHA for df2fc89
1 file changed
.github/workflows/static-build.yaml
@@ -28,6 +28,11 @@ jobs:
28
sudo apt-get update
29
sudo apt-get install -y libelf-dev libssl-dev
30
31
+ - name: Look for static libssl/libcrypto
32
+ run: |
33
+ find /usr -name libssl.a
34
+ find /usr -name libcrypto.a
35
+
36
- name: Download and extract compiled LLVM release
37
run: |
38
curl -L -O "${{ env.LLVM_URL_PREFIX }}/${{ env.LLVM_PATH }}.tar.xz"
0 commit comments