Skip to content

Commit

Permalink
workflow doc.yaml: add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
nxpfrankli authored Jul 13, 2023
1 parent 0f4d792 commit 0b515a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
ref: master

- name: Set up environment
run: sudo DEBIAN_FRONTEND=noninteractive apt-get --yes --force-yes install asciidoc rename
run: |
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get --yes --force-yes install asciidoc rename
- name: Build
run: |
Expand Down

0 comments on commit 0b515a2

Please sign in to comment.