Skip to content

Commit

Permalink
actions BUGFIX missing package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Mar 18, 2024
1 parent 8f6ddc5 commit 8ef803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cc: "gcc",
options: "",
packager: "sudo apt-get",
packages: "python3-pip",
packages: "cmake debhelper libcmocka-dev python3-pip",
snaps: "",
build-cmd: ""
}
Expand Down

0 comments on commit 8ef803c

Please sign in to comment.