Skip to content

Commit

Permalink
Add dependencies to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ztroop committed Mar 20, 2024
1 parent 3e3eb9f commit adc59bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt update && sudo apt install -y libdbus-1-dev pkg-config

- name: Get the release version from the tag
shell: bash
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
Expand Down

0 comments on commit adc59bb

Please sign in to comment.