Skip to content

Commit

Permalink
ci: update curl to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
joelguittet committed Jul 17, 2024
1 parent 4a0efbd commit 136c0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
uses: SonarSource/sonarcloud-github-c-cpp@v2
- name: Install libcurl
run: |
wget -q -O - https://github.com/curl/curl/archive/refs/tags/curl-8_1_2.tar.gz | tar xz
cd curl-curl-8_1_2 && autoreconf -fi && ./configure --with-openssl --enable-websockets && make -j$(nproc) && sudo make install
wget -q -O - https://github.com/curl/curl/archive/refs/tags/curl-8_8_0.tar.gz | tar xz
cd curl-curl-8_8_0 && autoreconf -fi && ./configure --with-openssl --enable-websockets && make -j$(nproc) && sudo make install
- name: Install msgpack-c
run: |
wget -q -O - https://github.com/msgpack/msgpack-c/archive/refs/tags/c-6.0.0.tar.gz | tar xz
Expand Down

0 comments on commit 136c0a6

Please sign in to comment.