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 0b89a8c commit ceb2785Copy full SHA for ceb2785
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install build tools
16
run: |
17
sudo apt-get update
18
- sudo apt-get install -y clang g++-14 cmake ninja-build libfmt-dev libuv1-dev libgtest-dev libboost-dev libboost-log-dev libboost-program-options-dev
+ sudo apt-get install -y clang g++-14 cmake ninja-build libfmt-dev libuv1-dev libgtest-dev libboost-dev libboost-log-dev libboost-program-options-dev libcurl-dev
19
- name: Build and Test
20
21
mkdir build
0 commit comments