Skip to content

Commit 373f49a

Browse files
committed
ci: Update apt before installing packages.
1 parent f577cc2 commit 373f49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: 3.x
2424
- name: Install plantuml
25-
run: sudo apt-get install -y plantuml
25+
run: sudo apt-get update && sudo apt-get install -y plantuml
2626
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2727
- uses: actions/cache@v4
2828
with:

0 commit comments

Comments
 (0)