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