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:
parent
b2ebdb0d07
commit
8192e63a4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue