Fixed building in CI

This commit is contained in:
Ethan P
2019-06-21 14:54:12 -07:00
parent 2886fe117e
commit 2247eed03f

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 bash python2 diffutils ca-certificates command: apk add bash python2 diffutils ca-certificates curl
- run: - run:
name: "Setup: Install runtime packages." name: "Setup: Install runtime packages."
command: apk add bat ripgrep ncurses command: apk add bat ripgrep ncurses