Skip to content

Commit

Permalink
install libcurl-dev on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf committed Jul 27, 2024
1 parent 94bf1f1 commit be963ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
run: |
sudo apt install -y ninja-build \
nlohmann-json3-dev \
libwebkit2gtk-4.1-dev
libwebkit2gtk-4.1-dev \
libcurl4-openssl-dev
# npx playwright install-deps
- name: Configure (macOS)
Expand Down

0 comments on commit be963ec

Please sign in to comment.