mirror of
https://github.com/nlohmann/json
synced 2024-11-23 04:20:06 +00:00
Add base and base-devel to list of arch linux programs to install.
This commit is contained in:
parent
1d57ddd2d4
commit
5a72cfa0c3
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user