Skip to content

Commit b751263

Browse files
mhaynieclaude
andcommitted
ci: Add libcurl4-openssl-dev to dependencies
CURL is required but wasn't being installed via apt. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 028c2ab commit b751263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install compilers and tools
3939
run: |
4040
sudo apt-get update
41-
sudo apt-get install -y ${{ matrix.compiler.deps }} ninja-build
41+
sudo apt-get install -y ${{ matrix.compiler.deps }} ninja-build libcurl4-openssl-dev
4242
pip3 install gcovr
4343
4444
echo "Ensuring programs work..."

0 commit comments

Comments
 (0)