mirror of
https://github.com/nlohmann/json.git
synced 2026-07-10 04:25:11 +00:00
Add -y flag to pacman to sync repos.
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install required tools
|
name: Install required tools
|
||||||
command: 'pacman -S --noconfirm gcc git cmake'
|
command: 'pacman -Sy --noconfirm 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user