mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
ci: try to fix errors
This commit is contained in:
parent
e0dccbf568
commit
d608fa141f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-and-lint.yaml
vendored
2
.github/workflows/test-and-lint.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Install OS dependencies
|
- name: Install OS dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libssl-dev
|
sudo apt-get install libdbus-1-dev pkg-config
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --all --all-features
|
run: cargo test --all --all-features
|
||||||
|
|
Loading…
Reference in a new issue