Fixed apt
Some checks failed
/ release ${{ matrix.target }} (x86_64-unknown-linux-musl) (push) Failing after 6s
Some checks failed
/ release ${{ matrix.target }} (x86_64-unknown-linux-musl) (push) Failing after 6s
This commit is contained in:
parent
55f831b38c
commit
bfc113b0fb
@ -16,7 +16,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Install deps
|
||||
run: apt-get install libdbus-1-dev libdbus-glib-1-dbus
|
||||
run: apt-get update; apt-get install libdbus-1-dev
|
||||
- name: Compile and release
|
||||
uses: rust-build/rust-build.action@v1.4.5
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user