Commit 5a72cfa0 by Antony Kellermann

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

parent 1d57ddd2
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
- run: - run:
name: Install required tools name: Install required tools
command: 'pacman -Sy --noconfirm gcc git cmake' command: 'pacman -Sy --noconfirm base base-devel gcc git cmake'
- run: - run:
name: Show versions name: Show versions
command: 'g++ --version ; uname -a; cmake --version' command: 'g++ --version ; uname -a; cmake --version'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment