Skip to content

Commit

Permalink
actions BUGFIX missing packager
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jun 3, 2021
1 parent 0ede411 commit 4e6d9ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -113,6 +113,7 @@ jobs:
build-type: "ABICheck",
cc: "gcc",
options: "",
packager: "sudo apt-get",
packages: "libcmocka-dev abi-dumper abi-compliance-checker",
snaps: "core universal-ctags",
make-prepend: "",
Expand All @@ -124,6 +125,7 @@ jobs:
build-type: "Debug",
cc: "clang",
options: "",
packager: "sudo apt-get",
packages: "",
snaps: "",
make-prepend: "cov-build --dir cov-int",
Expand All @@ -135,6 +137,7 @@ jobs:
build-type: "Debug",
cc: "gcc",
options: "-DENABLE_COVERAGE=ON",
packager: "sudo apt-get",
packages: "libcmocka-dev lcov",
snaps: "",
make-prepend: "",
Expand Down

0 comments on commit 4e6d9ea

Please sign in to comment.