Skip to content

Commit

Permalink
ci: update realese workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josueBarretogit committed Jan 6, 2025
1 parent 4d468b7 commit 03c4445
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03c4445

Please sign in to comment.