Skip to content

Commit

Permalink
fix: dev: make sure release docs have all the package deps
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Arnold <[email protected]>
  • Loading branch information
sarnold committed Aug 21, 2024
1 parent 77d31cc commit 5309db7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,17 @@ jobs:
with:
fetch-depth: 0

# sphinx really does need the GObject package deps
- name: Deps for system pkgs
run: |
sudo apt-get -qq update
sudo apt-get install -yqq python3-gi python3-gi-cairo gir1.2-gtk-3.0
sudo apt-get install -yqq libgirepository1.0-dev libappindicator3-dev
sudo apt-get install -yqq software-properties-common
sudo add-apt-repository -y -s ppa:nerdboy/embedded
sudo apt-get -qq update
sudo apt-get install -yqq timew-report
- uses: actions/setup-python@v5
with:
python-version: '3.9'
Expand Down

0 comments on commit 5309db7

Please sign in to comment.