Skip to content

Commit

Permalink
ci: build: add libcurl in default make toolchain step
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 16, 2024
1 parent 176f039 commit 5df5605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: depends
run: |
sudo apt-get update
sudo apt-get install build-essential gcc-8
sudo apt-get install build-essential gcc-8 libcurl4-openssl-dev
- name: Build
id: make_build
Expand Down

0 comments on commit 5df5605

Please sign in to comment.