Add base and base-devel to list of arch linux programs to install.

This commit is contained in:
Antony Kellermann 2020-05-25 20:43:15 -04:00
parent 1d57ddd2d4
commit 5a72cfa0c3

View file

@ -32,7 +32,7 @@ jobs:
- run:
name: Install required tools
command: 'pacman -Sy --noconfirm gcc git cmake'
command: 'pacman -Sy --noconfirm base base-devel gcc git cmake'
- run:
name: Show versions
command: 'g++ --version ; uname -a; cmake --version'