Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Simon LUCIDO <[email protected]>
  • Loading branch information
lucido-simon committed Oct 23, 2023
1 parent 1539329 commit 22d2d43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
component: ["api", "agent", "initramfs"]
include:
- component: agent
dependencies: "libudev-dev"
dependencies: "libudev-dev protobuf-compiler"
- component: api
dependencies: "protobuf-compiler"
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[workspace]
members = ["api", "initramfs", "agent"]
default-members = ["api"]
resolver = "2"

0 comments on commit 22d2d43

Please sign in to comment.