Skip to content

Commit aabe4bd

Browse files
committed
ci: install curl to build Posix platform
1 parent a1c7cf2 commit aabe4bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
6565
- name: Install sonar-scanner and build-wrapper
6666
uses: SonarSource/sonarcloud-github-c-cpp@v1
67+
- name: Install libcurl
68+
run: |
69+
wget -q -O - https://github.com/curl/curl/archive/refs/tags/curl-8_1_2.tar.gz | tar xz
70+
cd curl-curl-8_1_2 && autoreconf -fi && ./configure --with-openssl && make && sudo make install
6771
- name: Run build-wrapper
6872
run: |
6973
build-wrapper-linux-x86-64 --out-dir bw_output ./.github/workflows/build_tests.sh

0 commit comments

Comments
 (0)