Fix workflow.

This commit is contained in:
Alexandr Bogomyakov
2019-12-04 14:52:59 +03:00
parent 86a95efa49
commit b264f3b823

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Pre-build
run: apt install -y libdbus-1-dev pkg-config libdbus-1-3
run: sudo apt install -y libdbus-1-dev pkg-config libdbus-1-3
- name: Build
run: cargo build --verbose --release
env: