Add -y flag to pacman to sync repos.

This commit is contained in:
Antony Kellermann 2020-05-25 20:24:54 -04:00
parent 41a84b1202
commit 1d57ddd2d4

View File

@ -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'