Skip to content

Commit b6956b6

Browse files
authored
ci: Update apt before installing packages. (#28)
1 parent f577cc2 commit b6956b6

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)