Update apt before installing.

This commit is contained in:
David Given 2018-09-01 11:19:16 +02:00
parent 0a735d43e6
commit e4ba155886

View file

@ -6,6 +6,7 @@ build:
pull: true
shell: sh
commands:
- apt update
- apt install build-essential ninja
- make
cygwin: