mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
ci: fix release ci
This commit is contained in:
parent
d608fa141f
commit
9f08c7a794
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -40,6 +40,12 @@ jobs:
|
||||||
|
|
||||||
echo "ARCHIVE_NAME=$ARCHIVE_NAME" >> $GITHUB_ENV
|
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
|
- name: Build
|
||||||
run: cargo build --bins --all-features --release --target ${{ matrix.target }} --locked
|
run: cargo build --bins --all-features --release --target ${{ matrix.target }} --locked
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue