Add -y flag to pacman to sync repos.
This commit is contained in:
parent
41a84b1202
commit
1d57ddd2d4
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user