try apt-update before apt-install

This commit is contained in:
Trammell hudson 2018-09-15 05:58:00 -04:00
parent b826e4c705
commit 607381fec2
Failed to extract signature

@ -8,6 +8,7 @@ jobs:
- run:
name: Install dependencies
command: |
apt update
apt install -y \
build-essential \
zlib1g-dev \