Fixed apt
Some checks failed
/ release ${{ matrix.target }} (x86_64-unknown-linux-musl) (push) Failing after 6s

This commit is contained in:
Benjamyn Love 2024-12-05 19:45:26 +11:00
parent 55f831b38c
commit bfc113b0fb

View File

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