Skip to content

Commit

Permalink
chore: added git as buidl depenedcy
Browse files Browse the repository at this point in the history
  • Loading branch information
mereacre committed Nov 27, 2023
1 parent 0833d5d commit 31fe00f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
timeout-minutes: 10
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install pbuilder debhelper -y
sudo apt-get update && sudo apt-get install git pbuilder debhelper -y
- name: Setup pdebuilderrc for cross-compiling
env:
PBUILDER_RC: |
Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Build-Depends: debhelper-compat (= 12),
ca-certificates, cmake (>=3.15.0),
libssl-dev (>=3.0.0),
libminini-dev (>=1.2),
libjsmn-dev (>=1.1.0)
libjsmn-dev (>=1.1.0),
git
Standards-Version: 4.5.0
Homepage: https://github.com/nqminds/brski
Vcs-Browser: https://github.com/nqminds/brski
Expand Down

0 comments on commit 31fe00f

Please sign in to comment.