Update CI environment to have script command

This commit is contained in:
Ethan P
2019-12-23 17:49:34 -08:00
parent 08acea3bf4
commit b98e241fca

View File

@ -20,6 +20,9 @@ commands:
- run:
name: "Setup: Install build packages."
command: apk add git bash python2 diffutils ca-certificates curl
- run:
name: "Setup: Install test packages."
command: apk add util-linux
- run:
name: "Setup: Install runtime packages."
command: apk add bat ripgrep ncurses