CI: run apt-get update befor apt-get install

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-07-01 18:59:05 +09:00
parent c2191fddd7
commit 4049a912f3

View File

@@ -102,6 +102,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
btrfs-tools \
libseccomp2 \