mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 03:46:26 +00:00
Add base and base-devel to list of arch linux programs to install.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user