ci: try to fix errors

This commit is contained in:
daimond113 2024-09-29 17:25:53 +02:00
parent e0dccbf568
commit d608fa141f
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -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