Skip to content

Commit c2fb87e

Browse files
committed
add libcurl dependency
1 parent 588c842 commit c2fb87e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
apt --quiet install --yes build-essential cmake pkg-config git curl zip unzip tar
2525
- name: install build deps
2626
run: |
27-
apt --quiet install --yes libxmu-dev libxi-dev libgl-dev libgles-dev libgtk-4-dev libpulse-dev libcurl4-openssl-dev
27+
apt --quiet install --yes libxmu-dev libxi-dev libgl-dev libgles-dev libgtk-4-dev libpulse-dev
2828
- name: git clone
2929
uses: myci-actions/checkout@main
3030
with:

build/cmake/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
{
1111
"name": "angle",
1212
"platform": "windows"
13-
}
13+
},
14+
"curl"
1415
]
1516
}

repos/httpclient

0 commit comments

Comments
 (0)