Skip to content

Commit ceb2785

Browse files
committed
Github Actions: Also install libcurl-dev for curl-test
1 parent 0b89a8c commit ceb2785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install build tools
1616
run: |
1717
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
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 libcurl-dev
1919
- name: Build and Test
2020
run: |
2121
mkdir build

0 commit comments

Comments
 (0)