Skip to content

Commit

Permalink
apt-get update on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjanovsky committed Nov 24, 2023
1 parent dfacf20 commit 7b44fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: apt-get update
run: sudo apt-get update
- name: Install external dependencies
run: sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y
- name: Install sec-certs and deps
Expand Down

0 comments on commit 7b44fd9

Please sign in to comment.