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

This commit is contained in:
Benjamyn Love 2025-03-20 17:33:20 -04:00
parent 19bff2f9eb
commit 0836673602

View File

@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Install deps
run: apt-get update; apt-get install -y libdbus-1 libdbus-1-dev pkg-config
run: apt-get update; apt-get install -y libdbus-1 libdbus-1-dev pkg-config; apt search dbus
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.5
env: