update apt repos before installing (#408)

This should hopefully resolve the recent errors in the github action
for running the fuzzers.
This commit is contained in:
Paul Dreik 2019-12-21 19:23:51 +01:00 committed by GitHub
parent b2ebdb0d07
commit 8192e63a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
steps:
- name: Install packages necessary for building
run: |
sudo apt update
sudo apt-get install --quiet ninja-build valgrind zip unzip
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh