Skip to content

Commit

Permalink
Adding libparted-dev to the ubuntu machine (I'd like to move away fro…
Browse files Browse the repository at this point in the history
…m ubuntu, but the runner recommended it)
  • Loading branch information
Torxed committed Nov 21, 2023
1 parent ae4ad0e commit 35bba30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install pre-dependencies
run: |
apt update && apt install libparted-dev
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme pyparted simple-term-menu
Expand Down

0 comments on commit 35bba30

Please sign in to comment.