Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 05be4f2

Browse files
c410-f3rjleni
andauthored
CI: Remove libusb dependency from tests_service (#161)
Co-authored-by: Juan Leni <lenijuan@gmail.com>
1 parent 572919d commit 05be4f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ jobs:
155155
- checkout
156156
- restore-sccache-cache
157157

158-
- run: sudo apt-get update -y && sudo apt-get install -y libusb-1.0.0 libudev-dev curl
159-
- run: cargo build
158+
- run: cargo build --manifest-path service/Cargo.toml
160159
- run:
161160
name: patch configuration file
162161
command: |
@@ -169,7 +168,7 @@ jobs:
169168
name: start service
170169
background: true
171170
command: |
172-
cargo run -- start
171+
cargo run --manifest-path service/Cargo.toml -- start
173172
- run:
174173
name: install node dependencies
175174
command: |

0 commit comments

Comments
 (0)