aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-docs.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml
index 242f200..aab47f7 100644
--- a/.github/workflows/build-docs.yml
+++ b/.github/workflows/build-docs.yml
@@ -15,11 +15,10 @@ jobs:
uses: actions/checkout@v2
- name: Install apt dependencies
- run: |
- sudo apt install -qq build-essential gcc-powerpc64le-linux-gnu git lcov \
- device-tree-compiler libssl-dev libmbedtls-dev \
- python3-sphinx python3-recommonmark
-
+ run: sudo apt-get update &&
+ sudo apt-get install -qq build-essential gcc-powerpc64le-linux-gnu git lcov
+ device-tree-compiler libssl-dev libmbedtls-dev python3-sphinx
+ python3-recommonmark
- name: Generate docs and coverage report
run: ./opal-ci/build-docs.sh