Skip to content

Commit

Permalink
chore(ci): add deps in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 23, 2024
1 parent 6716634 commit 9051780
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
pull_request:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
- "**[0-9]+.[0-9]+.[0-9]+*"

jobs:
# Run 'cargo dist plan' (or host) to determine what tasks we need to do
Expand All @@ -56,6 +56,10 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: ⚙️ Install deps
run: |
sudo apt-get update
sudo apt install libdbus-1-dev pkg-config
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 9051780

Please sign in to comment.