Skip to content

Commit

Permalink
build: install prerequisites for release
Browse files Browse the repository at this point in the history
  • Loading branch information
necusjz committed Dec 10, 2023
1 parent 644399c commit 4777dfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
with:
fetch-depth: 0

- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install -y python3-pip bluez bluetooth pkg-config build-essential libdbus-glib-1-dev libgirepository1.0-dev
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 4777dfc

Please sign in to comment.