Fix CI build warning by installing shfmt

This commit is contained in:
Ethan P 2020-01-18 15:38:39 -08:00
parent 963762f4b6
commit 4c1ebac719
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -19,7 +19,7 @@ commands:
command: apk update command: apk update
- run: - run:
name: "Setup: Install build packages." name: "Setup: Install build packages."
command: apk add git bash python2 diffutils ca-certificates curl command: apk add git bash python2 diffutils ca-certificates curl shfmt
- run: - run:
name: "Setup: Install test packages." name: "Setup: Install test packages."
command: apk add util-linux coreutils command: apk add util-linux coreutils