Update .gitea/workflows/release.yml
Some checks failed
/ release ${{ matrix.target }} (x86_64-unknown-linux-musl) (push) Failing after 12s

This commit is contained in:
Benjamyn Love 2025-03-20 17:31:47 -04:00
parent ebc8731b05
commit 19bff2f9eb

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-dev pkg-config
run: apt-get update; apt-get install -y libdbus-1 libdbus-1-dev pkg-config
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.5
env: