From 03c4445d2fee1c3bf07bb19fabecfbe25d521ffd Mon Sep 17 00:00:00 2001 From: josuebarretogit Date: Mon, 6 Jan 2025 18:30:06 -0500 Subject: [PATCH] ci: update realese workflow --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d57e004..1dadbeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - name: Install dependencies (Linux only) + if: runner.os == 'Linux' + run: sudo apt install libdbus-1-dev pkg-config + - name: Setup run: rustup target add ${{ matrix.targets.target }} - name: Build