CI: install scdoc
This commit is contained in:
parent
da751ce14d
commit
6cadc44183
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Update system and add dependencies
|
- name: Update system and add dependencies
|
||||||
run: |
|
run: |
|
||||||
apk upgrade -Ua
|
apk upgrade -Ua
|
||||||
apk add build-base git kyua atf
|
apk add build-base git kyua atf scdoc
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue