Skip to content

Commit 8ef803c

Browse files
committed
actions BUGFIX missing package requirements
1 parent 8f6ddc5 commit 8ef803c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
cc: "gcc",
104104
options: "",
105105
packager: "sudo apt-get",
106-
packages: "python3-pip",
106+
packages: "cmake debhelper libcmocka-dev python3-pip",
107107
snaps: "",
108108
build-cmd: ""
109109
}

0 commit comments

Comments
 (0)