Skip to content

Commit 4e6d9ea

Browse files
committed
actions BUGFIX missing packager
1 parent 0ede411 commit 4e6d9ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
build-type: "ABICheck",
114114
cc: "gcc",
115115
options: "",
116+
packager: "sudo apt-get",
116117
packages: "libcmocka-dev abi-dumper abi-compliance-checker",
117118
snaps: "core universal-ctags",
118119
make-prepend: "",
@@ -124,6 +125,7 @@ jobs:
124125
build-type: "Debug",
125126
cc: "clang",
126127
options: "",
128+
packager: "sudo apt-get",
127129
packages: "",
128130
snaps: "",
129131
make-prepend: "cov-build --dir cov-int",
@@ -135,6 +137,7 @@ jobs:
135137
build-type: "Debug",
136138
cc: "gcc",
137139
options: "-DENABLE_COVERAGE=ON",
140+
packager: "sudo apt-get",
138141
packages: "libcmocka-dev lcov",
139142
snaps: "",
140143
make-prepend: "",

0 commit comments

Comments
 (0)