mirror of
https://github.com/nlohmann/json.git
synced 2026-02-21 02:46:26 +00:00
Add -y flag to pacman to sync repos.
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- run:
|
||||
name: Install required tools
|
||||
command: 'pacman -S --noconfirm gcc git cmake'
|
||||
command: 'pacman -Sy --noconfirm gcc git cmake'
|
||||
- run:
|
||||
name: Show versions
|
||||
command: 'g++ --version ; uname -a; cmake --version'
|
||||
|
||||
Reference in New Issue
Block a user