Skip to content

Commit e3f2f14

Browse files
committed
build: Deps fixed.
1 parent 66c8571 commit e3f2f14

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install required packages
1414
run: |
1515
sudo apt-get update
16-
sudo apt-get install build-essential cmake libcjson-dev
16+
sudo apt-get install build-essential cmake libcjson-dev gettext
1717
- name: Build application
1818
run: |
1919
cd build

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "lib/cjson"]
2+
path = lib/cjson
3+
url = https://github.com/DaveGamble/cJSON.git

lib/cjson

Submodule cjson added at b45f48e

0 commit comments

Comments
 (0)