Commit 1d57ddd2 authored by Antony Kellermann's avatar Antony Kellermann

Add -y flag to pacman to sync repos.

parent 41a84b12
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment