Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ztroop committed Mar 22, 2024
1 parent 9cff475 commit 2a08e3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
sudo apt-get update
sudo apt-get install -y libdbus-1-dev pkg-config
- name: Set PKG_CONFIG_PATH for dbus-1
if: runner.os == 'Linux'
run: |
dbus_pc_path=$(find /usr -name dbus-1.pc)
dbus_dir=$(dirname $dbus_pc_path)
echo "PKG_CONFIG_PATH=$dbus_dir" >> $GITHUB_ENV
- 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 2a08e3b

Please sign in to comment.