Skip to content

Commit

Permalink
Install ca-certs and git as build dependencies
Browse files Browse the repository at this point in the history
Having ca-certificates installed allows for TLS verification for example
when using curl with https. git is useful for development and getting
the version when building from a branch.
  • Loading branch information
bjoernricks committed Feb 12, 2025
1 parent c837c24 commit 9e85c1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/build-dependencies.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build-essential
ca-certificates
cmake
curl
git
gnupg
lcov
libcjson-dev
Expand Down

0 comments on commit 9e85c1b

Please sign in to comment.