We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ede411 commit 4e6d9eaCopy full SHA for 4e6d9ea
.github/workflows/ci.yml
@@ -113,6 +113,7 @@ jobs:
113
build-type: "ABICheck",
114
cc: "gcc",
115
options: "",
116
+ packager: "sudo apt-get",
117
packages: "libcmocka-dev abi-dumper abi-compliance-checker",
118
snaps: "core universal-ctags",
119
make-prepend: "",
@@ -124,6 +125,7 @@ jobs:
124
125
build-type: "Debug",
126
cc: "clang",
127
128
129
packages: "",
130
snaps: "",
131
make-prepend: "cov-build --dir cov-int",
@@ -135,6 +137,7 @@ jobs:
135
137
136
138
139
options: "-DENABLE_COVERAGE=ON",
140
141
packages: "libcmocka-dev lcov",
142
143
0 commit comments