We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c7cf2 commit aabe4bdCopy full SHA for aabe4bd
.github/workflows/ci.yml
@@ -64,6 +64,10 @@ jobs:
64
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
65
- name: Install sonar-scanner and build-wrapper
66
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
71
- name: Run build-wrapper
72
run: |
73
build-wrapper-linux-x86-64 --out-dir bw_output ./.github/workflows/build_tests.sh
0 commit comments