Skip to content

Commit

Permalink
ci: fix curl build option to enable versioned symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
joelguittet committed Aug 3, 2024
1 parent 5439ff4 commit d16a332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install libcurl
run: |
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
cd curl-curl-8_8_0 && autoreconf -fi && ./configure --with-openssl --enable-websockets --enable-versioned-symbols && 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 d16a332

Please sign in to comment.