ci: fix release ci

This commit is contained in:
daimond113 2024-09-29 17:33:18 +02:00
parent d608fa141f
commit 9f08c7a794
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -40,6 +40,12 @@ jobs:
echo "ARCHIVE_NAME=$ARCHIVE_NAME" >> $GITHUB_ENV
- name: Install OS dependencies
if: ${{ matrix.host == 'linux' }}
run: |
sudo apt-get update
sudo apt-get install libdbus-1-dev pkg-config
- name: Build
run: cargo build --bins --all-features --release --target ${{ matrix.target }} --locked