Skip to content

Commit

Permalink
ci: Update apt before installing packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Nov 14, 2024
1 parent f577cc2 commit 373f49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: 3.x
- name: Install plantuml
run: sudo apt-get install -y plantuml
run: sudo apt-get update && sudo apt-get install -y plantuml
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 373f49a

Please sign in to comment.